We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0b94c commit 006ad96Copy full SHA for 006ad96
src/Renci.SshNet/Sftp/SftpFileSystemInformation.cs
@@ -109,10 +109,10 @@ public bool SupportsSetUid
109
}
110
111
/// <summary>
112
- /// Gets the max name lenght.
+ /// Gets the max name length.
113
/// </summary>
114
/// <value>
115
- /// The max name lenght.
+ /// The max name length.
116
/// </value>
117
public ulong MaxNameLenght { get; private set; }
118
src/Renci.SshNet/Sftp/SftpSession.cs
@@ -271,7 +271,7 @@ protected override void OnDataReceived(ArraySegment<byte> data)
271
272
if (!TryLoadSftpMessage(data.Slice(4, packetLength)))
273
{
274
- // An error occured.
+ // An error occurred.
275
return;
276
277
0 commit comments