mirror of https://github.com/stella-emu/stella.git
fixed spelling
This commit is contained in:
parent
365ae01764
commit
e788e55f53
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue