Browse Source

Typo in a comment

Source commit: 7bba029ad35ab00c60b9b8209981c6cf77a07cdf
Martin Prikryl 2 years ago
parent
commit
b1447ff7b6
1 changed files with 1 additions and 1 deletions
  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);
   }