From 669ad5353a30f0d0da7361273e1a7dd62e366413 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Mon, 21 Mar 2011 18:09:41 -0600 Subject: [PATCH] Fixed Ohm's law --- apps/plugins/resistor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index 1967335..8676c37 100644 --- a/apps/plugins/resistor.c +++ b/apps/plugins/resistor.c @@ -496,7 +496,7 @@ static void display_helpfile(void) "", "V = IR", "", "I = V/R", "", "and", - "", "R = I/V", "", "", + "", "R = V/I", "", "", "Where", "V", "=", "voltage", "I", "=", "current", "(in", "amps)", "and", "R", "=", "resistance", "(measured", "in", "Ohms)", "", "", /* 28 */ -- 1.7.1