spelling fixes (#9801)

45 corrections in c++ source comments
limited to 27 files in src/gps src/graphics src/input
This commit is contained in:
Larry Doolittle
2026-03-03 21:36:53 -08:00
committed by GitHub
parent 1e34c1ef1b
commit deb45e471c
27 changed files with 61 additions and 61 deletions

View File

@@ -271,8 +271,8 @@ int32_t ButtonThread::runOnce()
break;
} // end multipress event
// Do actual shutdown when button released, otherwise the button release
// may wake the board immediatedly.
// Do actual shutdown when button released, otherwise the button release
// may wake the board immediately.
case BUTTON_EVENT_LONG_RELEASED: {
LOG_INFO("LONG PRESS RELEASE AFTER %u MILLIS", millis() - buttonPressStartTime);
@@ -347,4 +347,4 @@ int ButtonThread::afterLightSleep(esp_sleep_wakeup_cause_t cause)
void ButtonThread::storeClickCount()
{
multipressClickCount = userButton.getNumberClicks();
}
}