mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
fix typo (#999)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user