Yuri D'Elia 2 年之前
父节点
当前提交
35a67ad51f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
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);