Spelling mistake ;)

This commit is contained in:
Mystro256 2016-12-30 11:19:48 -05:00
parent c3e4969498
commit 7788e6fc89
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
{