code spell checking - part1 (core)

I've found a code spellchecker, so this is what can be corrected easily. Changes are only affecting comments, readme and a few user-visible strings. So no functional impact expected.
This commit is contained in:
Frank
2023-12-14 03:49:54 +01:00
parent 176158c5ba
commit ced03f1f08
23 changed files with 66 additions and 67 deletions

View File

@@ -965,7 +965,7 @@ function readState(s,command=false)
errstr = "Missing IR.json.";
break;
case 19:
errstr = "A filesystem error has occured.";
errstr = "A filesystem error has occurred.";
break;
}
showToast('Error ' + s.error + ": " + errstr, true);