Explorar el Código

Typo in a comment

Source commit: 7bba029ad35ab00c60b9b8209981c6cf77a07cdf
Martin Prikryl hace 2 años
padre
commit
b1447ff7b6
Se han modificado 1 ficheros con 1 adiciones y 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());
     AssignProcessToJobObject(Job, GetCurrentProcess());
     // winscp.com/winscp.dll keeps the only reference to the job.
     // 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
     // we get terminated as well
     CloseHandle(Job);
     CloseHandle(Job);
   }
   }