Skip to content

Commit b31e857

Browse files
psh9508drieseng
authored andcommitted
fix typo (#999)
1 parent 76817a4 commit b31e857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/Sftp/SftpFileReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public byte[] Read()
8282

8383
lock (_readLock)
8484
{
85-
// wait until either the next chunk is avalable, an exception has occurred or the current
85+
// wait until either the next chunk is available, an exception has occurred or the current
8686
// instance is already disposed
8787
while (!_queue.TryGetValue(_nextChunkIndex, out nextChunk) && _exception == null)
8888
{

0 commit comments

Comments
 (0)