LAUNCHER: fix typo in x64dbg_launcher.cpp
occured -> occurred
This commit is contained in:
parent
19069dcff8
commit
bde926e5a9
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue