summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chicoine <mc2739@gmail.com>2010-10-14 03:42:13 +0000
committerMichael Chicoine <mc2739@gmail.com>2010-10-14 03:42:13 +0000
commit529fb70694e400798b7799bf7cff3cdc9b7f3668 (patch)
treef679db55c4380d277ff1536a21a85f745d1eef46
parent1682f3c66454ec2acd45023dfd782d6ffddac6f9 (diff)
downloadrockbox-529fb70694e400798b7799bf7cff3cdc9b7f3668.tar.gz
rockbox-529fb70694e400798b7799bf7cff3cdc9b7f3668.zip
Fix typo in resistor plugin help text
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28278 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/resistor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c
index c5ebb98c62..14d3aa30dd 100644
--- a/apps/plugins/resistor.c
+++ b/apps/plugins/resistor.c
@@ -524,7 +524,7 @@ static void display_helpfile(void)
524 "", "How to use this calculator", "", /* 3 */ 524 "", "How to use this calculator", "", /* 3 */
525 /* -- */ 525 /* -- */
526 "This", "calculator", "has", "three", "modes:", "", 526 "This", "calculator", "has", "three", "modes:", "",
527 "Resistance", "to", "coulor", "codes,", "", 527 "Resistance", "to", "colour", "codes,", "",
528 "Colour", "codes", "to", "resistance", "", 528 "Colour", "codes", "to", "resistance", "",
529 "and", "LED", "resistance", "calculator", "", "", 529 "and", "LED", "resistance", "calculator", "", "",
530 /* -- */ 530 /* -- */