Explorar o código

Typo in a comment

Source commit: 7bba029ad35ab00c60b9b8209981c6cf77a07cdf
Martin Prikryl %!s(int64=2) %!d(string=hai) anos
pai
achega
b1447ff7b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/windows/ConsoleRunner.cpp

+ 1 - 1
source/windows/ConsoleRunner.cpp

@@ -589,7 +589,7 @@ __fastcall TExternalConsole::TExternalConsole(
   {
     AssignProcessToJobObject(Job, GetCurrentProcess());
     // winscp.com/winscp.dll keeps the only reference to the job.
-    // once it gets closed (because winscp.com if forcefully terminated),
+    // once it gets closed (because winscp.com is forcefully terminated),
     // we get terminated as well
     CloseHandle(Job);
   }