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 34ce2bd commit b9bc475Copy full SHA for b9bc475
src/Renci.SshNet/Sftp/SftpFileReader.cs
@@ -82,7 +82,7 @@ public byte[] Read()
82
83
lock (_readLock)
84
{
85
- // 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
86
// instance is already disposed
87
while (!_queue.TryGetValue(_nextChunkIndex, out nextChunk) && _exception == null)
88
0 commit comments