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-04 16:36:53 +11:00
committed by GitHub
co-authored by GitHub
parent 1e34c1ef1b
commit deb45e471c
27 changed files with 61 additions and 61 deletions
@@ -2028,7 +2028,7 @@ void InkHUD::MenuApplet::sendText(NodeNum dest, ChannelIndex channel, const char
service->sendToMesh(p, RX_SRC_LOCAL, true); // Send to mesh, cc to phone
}
// Free up any heap mmemory we'd used while selecting / sending canned messages
// Free up any heap memory we'd used while selecting / sending canned messages
void InkHUD::MenuApplet::freeCannedMessageResources()
{
cm.selectedMessageItem = nullptr;