Skip to content

Commit 055d836

Browse files
committed
Fix typo
1 parent 21271db commit 055d836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessHacker/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ static BOOLEAN NTAPI PhpPreviousInstancesCallback(
440440
if (!RtlEqualSid(tokenUser->User.Sid, PhGetOwnTokenAttributes().TokenSid))
441441
goto CleanupExit;
442442

443-
// Try to locate the window a few times because some users reported issues that it might not yet have been created. (dmex)
443+
// Try to locate the window a few times because some users reported that it might not yet have been created. (dmex)
444444
do
445445
{
446446
if (hwnd = PhGetProcessMainWindowEx(

0 commit comments

Comments
 (0)