1
0
Fork 0

Merge pull request #2616 from eltociear/patch-1

LAUNCHER: fix typo in x64dbg_launcher.cpp
This commit is contained in:
Duncan Ogilvie 2021-03-20 10:23:37 +01:00 committed by GitHub
commit 0227d478ee
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ struct RedirectWow
if(oldValue != NULL)
{
if(!_Wow64RevertRedirection(oldValue))
//Error occured here. Ignore or reset? (does it matter at this point?)
//Error occurred here. Ignore or reset? (does it matter at this point?)
MessageBox(nullptr, TEXT("Error in Reverting Redirection"), TEXT("Error"), MB_OK | MB_ICONERROR);
}
}