summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/ui.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/ui/ui.cpp
parent0d0ecae0a4e531452dfd20ee75ebbedaaad7a32d (diff)
parent3d5c53d11e99d109c4e6351aeade2fb7e857e71b (diff)
Merge pull request #776 from jmallach/typos
Fix typos throughout the codebase
Diffstat (limited to 'src/emu/ui/ui.cpp')
-rw-r--r--src/emu/ui/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/ui.cpp b/src/emu/ui/ui.cpp
index 2112f8ad553..9e6a0579a3e 100644
--- a/src/emu/ui/ui.cpp
+++ b/src/emu/ui/ui.cpp
@@ -563,7 +563,7 @@ float ui_manager::get_line_height()
// if our font is small-ish, do integral scaling
if (raw_font_pixel_height < 24)
{
- // do we want to scale smaller? only do so if we exceed the threshhold
+ // do we want to scale smaller? only do so if we exceed the threshold
if (scale_factor <= 1.0f)
{
if (one_to_one_line_height < UI_MAX_FONT_HEIGHT || raw_font_pixel_height < 12)