Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed Nov 14, 2023
1 parent 365ae01 commit e788e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugger/Debugger.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e788e55

Please sign in to comment.