diff options
author | 2016-09-29 18:16:59 +1000 | |
---|---|---|
committer | 2016-09-29 18:16:59 +1000 | |
commit | 2e362cfd6b59e0abf58ba3def2ab7cd2b8f67633 (patch) | |
tree | 8571bde616022189a97a5823473930fe42c8d9ff /src/emu/debug/debughlp.cpp | |
parent | 9d653b9b2d44b96bc1da19d082a5deba8698a4c8 (diff) | |
parent | 6f103c2391d3943f26e8b82983f07f4a671c0ddd (diff) |
Merge pull request #1462 from jmallach/spelling-fixes
Fix various spelling fixes.
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 6f14f4d3e64..3f690d0889b 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -226,7 +226,7 @@ static const help_item static_help_list[] = " comadd[//] <address>,<comment> -- adds a comment to the disassembled code at given address\n" " comdelete <address> -- removes a comment from the given address\n" " comsave -- save the current comments to a file\n" - " comlist -- print currently avaliable comments from file\n" + " comlist -- print currently available comments from file\n" " commit[/*] <address>,<comment> -- gives a bulk comadd then comsave command\n" "\n" }, |