summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Jordi Mallach <jordi@mallach.net>2016-09-29 09:52:34 +0200
committer Jordi Mallach <jordi@mallach.net>2016-09-29 10:14:48 +0200
commit6f103c2391d3943f26e8b82983f07f4a671c0ddd (patch)
tree8571bde616022189a97a5823473930fe42c8d9ff /src/emu
parent9d653b9b2d44b96bc1da19d082a5deba8698a4c8 (diff)
Fix various spelling fixes.
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/debug/debughlp.cpp2
-rw-r--r--src/emu/tilemap.h2
2 files changed, 2 insertions, 2 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"
},
diff --git a/src/emu/tilemap.h b/src/emu/tilemap.h
index b15c106b62f..8759ed2ea9e 100644
--- a/src/emu/tilemap.h
+++ b/src/emu/tilemap.h
@@ -492,7 +492,7 @@ class tilemap_t
static const pen_t MAX_PEN_TO_FLAGS = 256;
protected:
- // tilemap_manager controlls our allocations
+ // tilemap_manager controls our allocations
tilemap_t();
virtual ~tilemap_t();