Browse Source

Fix spelling of "too"

Scott Lahteine 9 years ago
parent
commit
a488445cbe
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h View File

@@ -186,7 +186,7 @@
186 186
         #define Y_PROBE_ERROR
187 187
       #endif
188 188
       #ifdef Y_PROBE_ERROR
189
-        #error The Y axis probing range is to small to fit all the points defined in AUTO_BED_LEVELING_GRID_POINTS
189
+        #error The Y axis probing range is too small to fit all the points defined in AUTO_BED_LEVELING_GRID_POINTS
190 190
       #endif
191 191
 
192 192
       #undef PROBE_SIZE_X

Loading…
Cancel
Save