From 6a9c648b62f4bf7888362540a92591baade24616 Mon Sep 17 00:00:00 2001 From: Christian Rahl Date: Sat, 22 Jan 2022 22:58:46 -0500 Subject: [PATCH] < the place where 2 spaces should have been. --- 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 971b4112..1f2ff516 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