From 8f56da465a38cae9ad30a8adf197c8c1ce2c6976 Mon Sep 17 00:00:00 2001 From: rootfather Date: Sat, 3 Feb 2018 16:35:50 +0100 Subject: [PATCH] SDL: Fix typo in the GUI --- SDL/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL/gui.c b/SDL/gui.c index 5b04017..c84895b 100644 --- a/SDL/gui.c +++ b/SDL/gui.c @@ -233,7 +233,7 @@ static void enter_audio_menu(unsigned index); static const struct menu_item paused_menu[] = { {"Resume", NULL}, - {"Enumlation Options", enter_emulation_menu}, + {"Emulation Options", enter_emulation_menu}, {"Graphic Options", enter_graphics_menu}, {"Audio Options", enter_audio_menu}, {"Keyboard", enter_controls_menu},