Browse Source

Spell adjustment

Scott Lahteine 9 years ago
parent
commit
a95544f92a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/ConfigurationStore.cpp

+ 2
- 2
Marlin/ConfigurationStore.cpp View File

669
   #ifdef DELTA
669
   #ifdef DELTA
670
     SERIAL_ECHO_START;
670
     SERIAL_ECHO_START;
671
     if (!forReplay) {
671
     if (!forReplay) {
672
-      SERIAL_ECHOLNPGM("Endstop adjustement (mm):");
672
+      SERIAL_ECHOLNPGM("Endstop adjustment (mm):");
673
       SERIAL_ECHO_START;
673
       SERIAL_ECHO_START;
674
     }
674
     }
675
     SERIAL_ECHOPAIR("  M666 X", endstop_adj[X_AXIS] );
675
     SERIAL_ECHOPAIR("  M666 X", endstop_adj[X_AXIS] );
686
   #elif defined(Z_DUAL_ENDSTOPS)
686
   #elif defined(Z_DUAL_ENDSTOPS)
687
     SERIAL_ECHO_START;
687
     SERIAL_ECHO_START;
688
     if (!forReplay) {
688
     if (!forReplay) {
689
-      SERIAL_ECHOLNPGM("Z2 Endstop adjustement (mm):");
689
+      SERIAL_ECHOLNPGM("Z2 Endstop adjustment (mm):");
690
       SERIAL_ECHO_START;
690
       SERIAL_ECHO_START;
691
     }
691
     }
692
     SERIAL_ECHOPAIR("  M666 Z", z_endstop_adj );
692
     SERIAL_ECHOPAIR("  M666 Z", z_endstop_adj );

Loading…
Cancel
Save