diff options
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
-rw-r--r-- | src/emu/debug/debughlp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp index f25d52b3ae7..4eff7e4e8e4 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -463,7 +463,7 @@ static const help_item static_help_list[] = "The rewind command loads the most recent RAM-based state. Rewind states, when enabled, are " "saved when \"step\", \"over\", or \"out\" command gets executed, storing the machine state as " "of the moment before actually stepping. Consecutively loading rewind states can work like " - "reverse execution. Depending on which steps forward were taken previously, the bahavior can " + "reverse execution. Depending on which steps forward were taken previously, the behavior can " "be similar to GDB's \"reverse-stepi\" or \"reverse-next\". All output for this command is " "currently echoed into the running machine window. Previous memory and PC tracking statistics " "are cleared, actual reverse execution does not occur.\n" |