소스 검색

Fix typos.

drieseng 5 년 전
부모
커밋
8aad18ff98
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Renci.SshNet/ConnectionInfo.cs

+ 2 - 2
src/Renci.SshNet/ConnectionInfo.cs

@@ -143,13 +143,13 @@ namespace Renci.SshNet
         public TimeSpan Timeout { get; set; }
 
         /// <summary>
-        /// Gets or sets the timeout to used when waiting for a server to acknowledge closing a channel.
+        /// Gets or sets the timeout to use when waiting for a server to acknowledge closing a channel.
         /// </summary>
         /// <value>
         /// The channel close timeout. The default value is 1 second.
         /// </value>
         /// <remarks>
-        /// If a server does not send a <c>SSH2_MSG_CHANNEL_CLOSE</c> message before the specified timeout
+        /// If a server does not send a <c>SSH_MSG_CHANNEL_CLOSE</c> message before the specified timeout
         /// elapses, the channel will be closed immediately.
         /// </remarks>
         public TimeSpan ChannelCloseTimeout { get; set; }