From 9eaa66f063e2d8896b9ce29d31d1ff3206cd7032 Mon Sep 17 00:00:00 2001 From: Christian Rahl Date: Sat, 22 Jan 2022 22:53:32 -0500 Subject: [PATCH] Tomato tomatoo, tabss or spacess --- source/Core/Threads/GUIThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/Threads/GUIThread.cpp b/source/Core/Threads/GUIThread.cpp index e6a82d9c..971b4112 100644 --- a/source/Core/Threads/GUIThread.cpp +++ b/source/Core/Threads/GUIThread.cpp @@ -783,7 +783,7 @@ void showDebugMenu(void) { OLED::printNumber(TipThermoModel::getTipMaxInC(), 3, FontStyle::SMALL); break; case 13: - // Print raw hall effect value if availabe, none if hall effect disabled. + // Print raw hall effect value if availabe, none if hall effect disabled. #ifdef HALL_SENSOR OLED::printNumber(getRawHallEffect(), 6, FontStyle::SMALL); #else