Fix typos throughout code

Found with `codespell -w -i3 src/**` and reviewed manually.

Fixes: #1112
This commit is contained in:
Alexander Dahl 2023-08-23 06:37:55 +02:00
parent fd2fd206f0
commit ae3e98e77d
13 changed files with 30 additions and 30 deletions

View file

@ -47,7 +47,7 @@
function apiCb(obj) {
var e = document.getElementById("apiResult");
if(obj["success"]) {
e.innerHTML = " command excuted";
e.innerHTML = " command executed";
getAjax("/api/index", parse);
}
else