summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/resistor.c6
-rw-r--r--docs/CREDITS1
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)
496 "", "V = IR", 496 "", "V = IR",
497 "", "I = V/R", 497 "", "I = V/R",
498 "", "and", 498 "", "and",
499 "", "R = I/V", "", "", 499 "", "R = V/I", "", "",
500 "Where", "V", "=", "voltage", "I", "=", "current", "(in", "amps)", 500 "Where", "V", "=", "voltage, ", "I", "=", "current", "(in", "amps)",
501 "and", "R", "=", "resistance", "(measured", "in", "Ohms)", "", "", 501 "and", "R", "=", "resistance", "(measured", "in", "Ohms).", "", "",
502 /* 28 */ 502 /* 28 */
503 /* -- */ 503 /* -- */
504 "The", "primary", "characteristics", "of", "a", "resistor", "are", 504 "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
589Ismael Castiñeira Álvarez 589Ismael Castiñeira Álvarez
590Mārtiņš Šimis 590Mārtiņš Šimis
591Huan Zhang 591Huan Zhang
592Leif Andersen
592 593
593The libmad team 594The libmad team
594The wavpack team 595The wavpack team