From 3d5c53d11e99d109c4e6351aeade2fb7e857e71b Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Thu, 31 Mar 2016 23:42:24 +0200 Subject: Typo fix: threshhold → threshold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/emu/debug/debugcmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/debug/debugcmd.cpp') 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); } -- cgit v1.2.3-70-g09d2