Skip to content

Commit 8aad18f

Browse files
committed
Fix typos.
1 parent 516d982 commit 8aad18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Renci.SshNet/ConnectionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)