From 7ea00a7efd9156b61467367a584e8edaa0f56140 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Wed, 15 Jan 2020 15:31:28 +0200 Subject: [PATCH] Fix typo in page description --- 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 5dabe7741..dd34d1de6 100755 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -3548,7 +3548,7 @@ extern uint8_t st_backlash_y; //! _This is a list of currently implemented G Codes in Prusa firmware (dynamically generated from doxygen)._ /** -They are shown in order of appierence in the code. +They are shown in order of appearance in the code. There are reasons why some G Codes aren't in numerical order. */