diff --git a/Source/Project64-rsp/Interpreter Ops.cpp b/Source/Project64-rsp/Interpreter Ops.cpp index fab571f3a..bd5c1e871 100644 --- a/Source/Project64-rsp/Interpreter Ops.cpp +++ b/Source/Project64-rsp/Interpreter Ops.cpp @@ -2249,7 +2249,7 @@ void rsp_UnknownOpcode(void) } else { - sprintf(Message, "Unhandled Opcode\n%s\n\nStopping emulation.\n\nWOuld you like to open the debugger?", + sprintf(Message, "Unhandled Opcode\n%s\n\nStopping emulation.\n\nWould you like to open the debugger?", RSPInstruction(*PrgCount, RSPOpC.Value).NameAndParam().c_str()); response = MessageBoxA(NULL, Message, "Error", MB_YESNO | MB_ICONERROR); if (response == IDYES)