Masuri 3 tahun lalu
induk
melakukan
b9bc4750ab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Renci.SshNet/Sftp/SftpFileReader.cs

+ 1 - 1
src/Renci.SshNet/Sftp/SftpFileReader.cs

@@ -82,7 +82,7 @@ namespace Renci.SshNet.Sftp
 
             lock (_readLock)
             {
-                // wait until either the next chunk is avalable, an exception has occurred or the current
+                // wait until either the next chunk is available, an exception has occurred or the current
                 // instance is already disposed
                 while (!_queue.TryGetValue(_nextChunkIndex, out nextChunk) && _exception == null)
                 {