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]