diff --git a/Marlin/SanityCheck.h b/Marlin/SanityCheck.h index 7aeaa81a682f1b65c129e0e91406c487d47d416d..857976bc3088ac57c85ca18c0658828787608f16 100644 --- a/Marlin/SanityCheck.h +++ b/Marlin/SanityCheck.h @@ -186,7 +186,7 @@ #define Y_PROBE_ERROR #endif #ifdef Y_PROBE_ERROR - #error The Y axis probing range is to small to fit all the points defined in AUTO_BED_LEVELING_GRID_POINTS + #error The Y axis probing range is too small to fit all the points defined in AUTO_BED_LEVELING_GRID_POINTS #endif #undef PROBE_SIZE_X