Spelling tests (#10920)
Josh Soref committed
Apr 14, 2021 at 05:28 UTC
e95d085be6592251f1cbd92f7aa1cd6b67ba9014
2 files changed
+2
-2
tests/node.d/fronius.parse.spec.js
+1
-1
@@ -60,7 +60,7 @@ describe("fronius parsing for power chart", function () {
60
});
61
62
it("should return -100 for P_Akku", function () {
63
- // it is unclear whether negative values are possible for p_akku (couln't test, nor any API docs found).
63
+ // it is unclear whether negative values are possible for p_akku (couldn't test, nor any API docs found).
64
site.P_Akku = -100;
65
var result = subject.parsePowerChart(service, site).dimensions[2];
66
tests/profile/test-eval.c
+1
-1
@@ -272,7 +272,7 @@ int health_variable_lookup(const char *variable, uint32_t hash, RRDCALC *rc, cal
272
273
int main(int argc, char **argv) {
274
if(argc != 2) {
275
- fprintf(stderr, "I need an epxression (enclose it in single-quotes (') as a single parameter)\n");
275
+ fprintf(stderr, "I need an expression (enclose it in single-quotes (') as a single parameter)\n");
276
exit(1);
277
}
278