summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2016-04-12 08:48:35 -0400
committer R. Belmont <rb6502@users.noreply.github.com>2016-04-12 08:48:35 -0400
commit3ed3b7e7fcc4f828106149272e3c3ee9fb0ccb65 (patch)
tree1deef1318e78ec3d28745a77fef2faec2712ae20 /src/emu/debug/debugcmd.cpp
parent0d0ecae0a4e531452dfd20ee75ebbedaaad7a32d (diff)
parent3d5c53d11e99d109c4e6351aeade2fb7e857e71b (diff)
Merge pull request #776 from jmallach/typos
Fix typos throughout the codebase
Diffstat (limited to 'src/emu/debug/debugcmd.cpp')
-rw-r--r--src/emu/debug/debugcmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.cpp b/src/emu/debug/debugcmd.cpp
index cd16bd4e691..5fb1743004a 100644
--- a/src/emu/debug/debugcmd.cpp
+++ b/src/emu/debug/debugcmd.cpp
@@ -1692,7 +1692,7 @@ static void execute_hotspot(running_machine &machine, int ref, int params, const
/* attempt to install */
device->debug()->hotspot_track(count, threshhold);
- debug_console_printf(machine, "Now tracking hotspots on CPU '%s' using %d slots with a threshhold of %d\n", device->tag(), (int)count, (int)threshhold);
+ debug_console_printf(machine, "Now tracking hotspots on CPU '%s' using %d slots with a threshold of %d\n", device->tag(), (int)count, (int)threshhold);
}