fixed spelling

This commit is contained in:
thrust26 2023-11-14 20:32:48 +01:00
parent 365ae01764
commit e788e55f53
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ void Debugger::log(string_view triggerMsg)
else
msg << "B/";
}
msg << "Addr Code Disam";
msg << "Addr Code Disasm";
Logger::log(msg.str());
myFirstLog = false;
}