Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Dec 13, 2024
1 parent a68a8a9 commit 2ccd757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SystemInformer/prpgvdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ INT_PTR CALLBACK PhpProcessVdmHostProcessDlgProc(
{
if (!PhpTerminateVdmTask(processItem, entry->Task16))
{
PhShowStats(hwndDlg, L"Unable to terminate the task.", 0, PhGetLastError());
PhShowStatus(hwndDlg, L"Unable to terminate the task.", 0, PhGetLastError());
}
}
break;
Expand Down

0 comments on commit 2ccd757

Please sign in to comment.