diff --git a/src/gba/remote.cpp b/src/gba/remote.cpp index e9ea4af4..b6341740 100644 --- a/src/gba/remote.cpp +++ b/src/gba/remote.cpp @@ -3344,7 +3344,7 @@ void dbgExecute(char* toRun) return; } - //although it mights seem wierd, the old step is the last one to be executed. + //although it mights seem weird, the old step is the last one to be executed. for (int j = 0;; j++) { if (debuggerCommands[j].name == NULL) { {