From 8922b56b588bc9c54c3526986b8a056564828abd Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Fri, 16 Mar 2018 01:25:32 -0500
Subject: [PATCH] Fix some spelingz

---
 Marlin/src/gcode/calibrate/G33.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Marlin/src/gcode/calibrate/G33.cpp b/Marlin/src/gcode/calibrate/G33.cpp
index 63ddbb2018..626ba24c5a 100644
--- a/Marlin/src/gcode/calibrate/G33.cpp
+++ b/Marlin/src/gcode/calibrate/G33.cpp
@@ -370,15 +370,15 @@ static float probe_G33_points(float z_at_pt[NPP + 1], const int8_t probe_points,
  *      P1     Probe center and set height only.
  *      P2     Probe center and towers. Set height, endstops and delta radius.
  *      P3     Probe all positions: center, towers and opposite towers. Set all.
- *      P4-P10 Probe all positions + at different itermediate locations and average them.
+ *      P4-P10 Probe all positions + at different intermediate locations and average them.
  *
  *   T   Don't calibrate tower angle corrections
  *
  *   Cn.nn  Calibration precision; when omitted calibrates to maximum precision
  *
- *   Fn  Force to run at least n iterations and takes the best result
+ *   Fn  Force to run at least n iterations and take the best result
  *
- *   A   Auto tune calibartion factors (set in Configuration.h)
+ *   A   Auto-tune calibration factors (set in Configuration.h)
  *
  *   Vn  Verbose level:
  *      V0  Dry-run mode. Report settings and probe results. No calibration.