Skip to content

Commit

Permalink
Typo in a comment
Browse files Browse the repository at this point in the history
Source commit: 7bba029ad35ab00c60b9b8209981c6cf77a07cdf
  • Loading branch information
martinprikryl committed Oct 3, 2023
1 parent bf7bdab commit b1447ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/windows/ConsoleRunner.cpp
Expand Up @@ -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);
}
Expand Down

0 comments on commit b1447ff

Please sign in to comment.