mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-22 00:14:03 -05:00
Fix typo in log message
This commit is contained in:
@@ -222,7 +222,7 @@ static bool debugger_create_process(
|
||||
|
||||
if (!ok) {
|
||||
log_warning(
|
||||
"ERRPR: Failed to launch hooked EXE: %08x", (unsigned int) GetLastError());
|
||||
"ERROR: Failed to launch hooked EXE: %08x", (unsigned int) GetLastError());
|
||||
|
||||
free(cmd_line);
|
||||
|
||||
@@ -592,4 +592,4 @@ void debugger_finit(bool failure)
|
||||
|
||||
CloseHandle(pi.hThread);
|
||||
CloseHandle(pi.hProcess);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user