summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-29 13:12:07 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-29 13:12:07 +0000
commita1742f26922ec0c821daaad272b8781322acf4fc (patch)
tree74831510386c1dc90036e14f9c37e66e7f1b8694 /apps/plugins
parentd69e38331de5de5141f418bda0d456f7adf787db (diff)
downloadrockbox-a1742f26922ec0c821daaad272b8781322acf4fc.tar.gz
rockbox-a1742f26922ec0c821daaad272b8781322acf4fc.zip
Corrected spelling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4813 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/firmware_flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c
index c146b34544..7353a3e8c6 100644
--- a/apps/plugins/firmware_flash.c
+++ b/apps/plugins/firmware_flash.c
@@ -8,7 +8,7 @@
8* $Id$ 8* $Id$
9* 9*
10* Plugin for reprogramming the whole Flash ROM chip with a new content. 10* Plugin for reprogramming the whole Flash ROM chip with a new content.
11* !!! DON'T MESS WITH THIS CODE UNLESS YOU'RE ABSOLUTELY SHURE WHAT YOU DO !!! 11* !!! DON'T MESS WITH THIS CODE UNLESS YOU'RE ABSOLUTELY SURE WHAT YOU DO !!!
12* 12*
13* Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon 13* Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon
14* 14*
@@ -729,7 +729,7 @@ void DoUserDialog(char* filename)
729 729
730 rb->lcd_clear_display(); 730 rb->lcd_clear_display();
731 rb->lcd_puts(0, 0, "Program all Flash?"); 731 rb->lcd_puts(0, 0, "Program all Flash?");
732 rb->lcd_puts(0, 1, "Are you shure?"); 732 rb->lcd_puts(0, 1, "Are you sure?");
733 rb->lcd_puts(0, 2, "If it goes wrong,"); 733 rb->lcd_puts(0, 2, "If it goes wrong,");
734 rb->lcd_puts(0, 3, "it kills your box!"); 734 rb->lcd_puts(0, 3, "it kills your box!");
735 rb->lcd_puts(0, 4, "See documentation."); 735 rb->lcd_puts(0, 4, "See documentation.");