Explorar o código

Update summary for ProxyException.
Fixes issue #163.

Gert Driesen %!s(int64=8) %!d(string=hai) anos
pai
achega
ed9feebf71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Renci.SshNet/Common/ProxyException.cs

+ 1 - 1
src/Renci.SshNet/Common/ProxyException.cs

@@ -6,7 +6,7 @@ using System.Runtime.Serialization;
 namespace Renci.SshNet.Common
 {
     /// <summary>
-    /// The exception that is thrown when SCP error occurred.
+    /// The exception that is thrown when a proxy connection cannot be established.
     /// </summary>
 #if FEATURE_BINARY_SERIALIZATION
     [Serializable]