From 0258895faa9a18c0b620ae0a63ee3768ba62747a Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Fri, 25 Mar 2011 07:22:38 +0000 Subject: Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29644 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/resistor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index 1967335..87f6cfc 100644 --- a/apps/plugins/resistor.c +++ b/apps/plugins/resistor.c @@ -496,9 +496,9 @@ static void display_helpfile(void) "", "V = IR", "", "I = V/R", "", "and", - "", "R = I/V", "", "", - "Where", "V", "=", "voltage", "I", "=", "current", "(in", "amps)", - "and", "R", "=", "resistance", "(measured", "in", "Ohms)", "", "", + "", "R = V/I", "", "", + "Where", "V", "=", "voltage, ", "I", "=", "current", "(in", "amps)", + "and", "R", "=", "resistance", "(measured", "in", "Ohms).", "", "", /* 28 */ /* -- */ "The", "primary", "characteristics", "of", "a", "resistor", "are", -- cgit v1.1