This commit is contained in:
Masuri
2022-08-27 03:54:30 +09:00
committed by GitHub
parent 34ce2bd1d0
commit b9bc4750ab
+1 -1
View File
@@ -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)
{