Skip to content

Commit 006ad96

Browse files
Fix comment typos: lenght→length, occured→occurred
Co-authored-by: WojciechNagorski <[email protected]>
1 parent 1f0b94c commit 006ad96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Renci.SshNet/Sftp/SftpFileSystemInformation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ public bool SupportsSetUid
109109
}
110110

111111
/// <summary>
112-
/// Gets the max name lenght.
112+
/// Gets the max name length.
113113
/// </summary>
114114
/// <value>
115-
/// The max name lenght.
115+
/// The max name length.
116116
/// </value>
117117
public ulong MaxNameLenght { get; private set; }
118118

src/Renci.SshNet/Sftp/SftpSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ protected override void OnDataReceived(ArraySegment<byte> data)
271271

272272
if (!TryLoadSftpMessage(data.Slice(4, packetLength)))
273273
{
274-
// An error occured.
274+
// An error occurred.
275275
return;
276276
}
277277

0 commit comments

Comments
 (0)