diff options
| author | 2017-12-08 00:42:01 +1100 | |
|---|---|---|
| committer | 2017-12-08 00:42:01 +1100 | |
| commit | 6bec01265d403bac70c740e0c3a69c51b3073ba9 (patch) | |
| tree | c7941b64be74c8b70495e2c0967292865614b133 /src/emu/debug/debughlp.cpp | |
| parent | ece4f6d11421dd2637f806ac60f78bdda02e1961 (diff) | |
(nw) fixed typo, and rewind off by default.
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 3a34030a59f..f25d52b3ae7 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -462,7 +462,7 @@ static const help_item static_help_list[] = "\n" "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 steping. Consecutively loading rewind states can work like " + "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 " "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 " |
