fix all typos

This commit is contained in:
proddy
2024-09-11 20:23:58 +02:00
parent 426555bac6
commit 44ef7dd0bc
30 changed files with 1630 additions and 307 deletions

View File

@@ -189,7 +189,7 @@ bool PButton::check(void) {
cb_onVLongPress(*this);
}
// if any action has been prefromed we can stop waiting, and become idle
// if any action has been preformed we can stop waiting, and become idle
if (resultEvent >= 1 && resultEvent <= 4) {
buttonBusy_ = false;
}