diff --git a/src/Renci.SshNet/Sftp/SftpFileSystemInformation.cs b/src/Renci.SshNet/Sftp/SftpFileSystemInformation.cs index a740ad3d8..49af071e6 100644 --- a/src/Renci.SshNet/Sftp/SftpFileSystemInformation.cs +++ b/src/Renci.SshNet/Sftp/SftpFileSystemInformation.cs @@ -109,10 +109,10 @@ public bool SupportsSetUid } /// - /// Gets the max name lenght. + /// Gets the max name length. /// /// - /// The max name lenght. + /// The max name length. /// public ulong MaxNameLenght { get; private set; } diff --git a/src/Renci.SshNet/Sftp/SftpSession.cs b/src/Renci.SshNet/Sftp/SftpSession.cs index e9acc0d14..af9e3b35e 100644 --- a/src/Renci.SshNet/Sftp/SftpSession.cs +++ b/src/Renci.SshNet/Sftp/SftpSession.cs @@ -271,7 +271,7 @@ protected override void OnDataReceived(ArraySegment data) if (!TryLoadSftpMessage(data.Slice(4, packetLength))) { - // An error occured. + // An error occurred. return; }