Преглед на файлове

Typo

Source commit: 35c4257d09b41506d47d8c65e8700a2b1899bb85
Martin Prikryl преди 9 години
родител
ревизия
c61c4c828e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dotnet/Session.cs

+ 1 - 1
dotnet/Session.cs

@@ -818,7 +818,7 @@ namespace WinSCP
                 CommandExecutionResult result = new CommandExecutionResult();
                 CommandExecutionResult result = new CommandExecutionResult();
 
 
                 // registering before creating group reader, so that
                 // registering before creating group reader, so that
-                // it is still registered, when group reader is read to the end in it's .Dispose();
+                // it is still registered, when group reader is read to the end in its .Dispose();
                 using (RegisterOperationResult(result))
                 using (RegisterOperationResult(result))
                 using (ElementLogReader groupReader = _reader.WaitForGroupAndCreateLogReader())
                 using (ElementLogReader groupReader = _reader.WaitForGroupAndCreateLogReader())
                 using (ElementLogReader callReader = groupReader.WaitForNonEmptyElementAndCreateLogReader("call", LogReadFlags.ThrowFailures))
                 using (ElementLogReader callReader = groupReader.WaitForNonEmptyElementAndCreateLogReader("call", LogReadFlags.ThrowFailures))