From ed9feebf716474e4e777d492a33cec861c920fbe Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 11 Feb 2017 14:34:23 +0100 Subject: [PATCH] Update summary for ProxyException. Fixes issue #163. --- src/Renci.SshNet/Common/ProxyException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Renci.SshNet/Common/ProxyException.cs b/src/Renci.SshNet/Common/ProxyException.cs index 363a196c..efb387b4 100644 --- a/src/Renci.SshNet/Common/ProxyException.cs +++ b/src/Renci.SshNet/Common/ProxyException.cs @@ -6,7 +6,7 @@ using System.Runtime.Serialization; namespace Renci.SshNet.Common { /// - /// The exception that is thrown when SCP error occurred. + /// The exception that is thrown when a proxy connection cannot be established. /// #if FEATURE_BINARY_SERIALIZATION [Serializable]