Apply suggestions from code review to clean up wording and typos

This commit is contained in:
nonokirby
2025-01-23 21:21:08 -05:00
committed by GitHub
parent d6c04a090b
commit a712e8d478
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
cxt->scratch_state.state2 = 1;
break;
}
/*Fall throuhg*/
/*Fall through*/
default: // Set timer for and display a lock warning
cxt->scratch_state.state7 = xTaskGetTickCount() + TICKS_SECOND;
warnUser(translatedString(Tr->WarningKeysLockedString), buttons);