From 35a67ad51f38d2256a5eebea60430c6d84c407ab Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Wed, 16 Feb 2022 16:23:31 +0100 Subject: [PATCH] Fix typo --- Firmware/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 92e0cd332..a961099ac 100755 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -631,7 +631,7 @@ void crashdet_detected(uint8_t mask) lcd_update_enable(true); lcd_update(2); - // prepare the status message with the _current_ axes stauts + // prepare the status message with the _current_ axes status strcat(msg, " "); strcat_P(msg, _T(MSG_CRASH_DETECTED)); lcd_setstatus(msg);