diff --git a/src/globals.c b/src/globals.c index 7632523..c629b1b 100644 --- a/src/globals.c +++ b/src/globals.c @@ -19,7 +19,7 @@ bool globals_init(void) { /* Make sure it's a valid handler */ if (!hw) { - printf("hl-cheats: globals_init: can't open hw.so\n"); + printf("hl-cheat: globals_init: can't open hw.so\n"); return false; }