diff options
-rw-r--r-- | apps/plugins/resistor.c | 6 | ||||
-rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index 1967335469..87f6cfcb82 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", diff --git a/docs/CREDITS b/docs/CREDITS index db0de3b54b..0fe36d44d1 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -589,6 +589,7 @@ Jean-Marie Moraux Ismael Castiñeira Álvarez Mārtiņš Šimis Huan Zhang +Leif Andersen The libmad team The wavpack team |