File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,13 +143,13 @@ public class ConnectionInfo : IConnectionInfoInternal
143143 public TimeSpan Timeout { get ; set ; }
144144
145145 /// <summary>
146- /// Gets or sets the timeout to used when waiting for a server to acknowledge closing a channel.
146+ /// Gets or sets the timeout to use when waiting for a server to acknowledge closing a channel.
147147 /// </summary>
148148 /// <value>
149149 /// The channel close timeout. The default value is 1 second.
150150 /// </value>
151151 /// <remarks>
152- /// If a server does not send a <c>SSH2_MSG_CHANNEL_CLOSE </c> message before the specified timeout
152+ /// If a server does not send a <c>SSH_MSG_CHANNEL_CLOSE </c> message before the specified timeout
153153 /// elapses, the channel will be closed immediately.
154154 /// </remarks>
155155 public TimeSpan ChannelCloseTimeout { get ; set ; }
You can’t perform that action at this time.
0 commit comments