From 227a733e42d5333b4d10a1b2a77d023fae4d91bb Mon Sep 17 00:00:00 2001 From: Robert Keevil Date: Sat, 14 Jul 2007 12:32:37 +0000 Subject: Fix typo in the debug disk info screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13882 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 9c426c2efc..01f3cb8ac4 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1729,7 +1729,7 @@ static int disk_callback(int btn, struct gui_synclist *lists) ((unsigned short*)buf)[i]=htobe16(identify_info[i+23]); buf[8]=0; snprintf(debug_list_messages[disklines++], DEBUG_MSG_LEN, - "Firmare: %s", buf); + "Firmware: %s", buf); snprintf(buf, sizeof buf, "%ld MB", ((unsigned long)identify_info[61] << 16 | (unsigned long)identify_info[60]) / 2048 ); -- cgit v1.2.3