浏览代码

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();
 
                 // 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 (ElementLogReader groupReader = _reader.WaitForGroupAndCreateLogReader())
                 using (ElementLogReader callReader = groupReader.WaitForNonEmptyElementAndCreateLogReader("call", LogReadFlags.ThrowFailures))