1
0
Fork 0
forked from len0rd/rockbox

Corrected spelling

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-06-29 13:12:07 +00:00
parent d69e38331d
commit a1742f2692

View file

@ -8,7 +8,7 @@
* $Id$ * $Id$
* *
* Plugin for reprogramming the whole Flash ROM chip with a new content. * Plugin for reprogramming the whole Flash ROM chip with a new content.
* !!! DON'T MESS WITH THIS CODE UNLESS YOU'RE ABSOLUTELY SHURE WHAT YOU DO !!! * !!! DON'T MESS WITH THIS CODE UNLESS YOU'RE ABSOLUTELY SURE WHAT YOU DO !!!
* *
* Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon
* *
@ -729,7 +729,7 @@ void DoUserDialog(char* filename)
rb->lcd_clear_display(); rb->lcd_clear_display();
rb->lcd_puts(0, 0, "Program all Flash?"); rb->lcd_puts(0, 0, "Program all Flash?");
rb->lcd_puts(0, 1, "Are you shure?"); rb->lcd_puts(0, 1, "Are you sure?");
rb->lcd_puts(0, 2, "If it goes wrong,"); rb->lcd_puts(0, 2, "If it goes wrong,");
rb->lcd_puts(0, 3, "it kills your box!"); rb->lcd_puts(0, 3, "it kills your box!");
rb->lcd_puts(0, 4, "See documentation."); rb->lcd_puts(0, 4, "See documentation.");