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/ui/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/ui/ui.cpp') diff --git a/src/emu/ui/ui.cpp b/src/emu/ui/ui.cpp index 9bb27762c3b..7b05eb8ae4e 100644 --- a/src/emu/ui/ui.cpp +++ b/src/emu/ui/ui.cpp @@ -552,7 +552,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) -- cgit v1.2.3-70-g09d2