From e19fbd27cebb2f9c421abe916e1f82d18702da8e Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Sat, 1 Apr 2017 23:07:14 -0500
Subject: [PATCH] Minor spelling patch

---
 Marlin/G26_Mesh_Validation_Tool.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/G26_Mesh_Validation_Tool.cpp b/Marlin/G26_Mesh_Validation_Tool.cpp
index b67b080cea..6f22afeaa8 100644
--- a/Marlin/G26_Mesh_Validation_Tool.cpp
+++ b/Marlin/G26_Mesh_Validation_Tool.cpp
@@ -183,8 +183,8 @@
     int   i, xi, yi;
     mesh_index_pair location;
 
-    // Don't allow Mesh Validation without homing first
-    // If the paramter parsing did not go OK, we abort the command
+    // Don't allow Mesh Validation without homing first,
+    // or if the parameter parsing did not go OK, abort
     if (axis_unhomed_error(true, true, true) || parse_G26_parameters()) return;
 
     if (current_position[Z_AXIS] < Z_CLEARANCE_BETWEEN_PROBES) {
-- 
GitLab