From 08d3f9edea09cb8eb3027a40a02d31516ecdd2ee Mon Sep 17 00:00:00 2001 From: alle Date: Tue, 26 May 2009 20:36:15 +0000 Subject: [PATCH] Fix typo in the menu entry git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21094 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/xobox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 7038ee0bb..26f9bc2f4 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -967,7 +967,7 @@ static int xobox_menu(bool ingame) MENUITEM_STRINGLIST (main_menu, "Xobox Menu", NULL, "Start Game", "Speed", - "Difficult", + "Difficulty", "Playback Control", "Quit"); -- 2.11.4.GIT