From 4acda88e8d016893e1ad2d41af483d31f6f633db Mon Sep 17 00:00:00 2001
From: Kevin O'Connor <kevin@koconnor.net>
Date: Tue, 28 Aug 2018 15:36:53 -0400
Subject: [PATCH] docs: Fix spelling error in example-extras.cfg

Fix "interally" spelling error - reported by @bistory.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
---
 config/example-extras.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 4559ff729..67c750007 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -544,8 +544,8 @@
 #   values are 1, 2, 4, 8, 16, 32, 64, 128, 256. This parameter must
 #   be provided.
 #interpolate: True
-#   If true, enable TMC2130 step interpolation (the driver will
-#   interally step at a rate of 256 micro-steps). The default is True.
+#   If true, enable step interpolation (the driver will internally
+#   step at a rate of 256 micro-steps). The default is True.
 #run_current:
 #   The amount of current (in amps) to configure the driver to use
 #   during stepper movement. This parameter must be provided.
@@ -602,8 +602,8 @@
 #   values are 1, 2, 4, 8, 16, 32, 64, 128, 256. This parameter must
 #   be provided.
 #interpolate: True
-#   If true, enable step interpolation (the driver will interally step
-#   at a rate of 256 micro-steps). The default is True.
+#   If true, enable step interpolation (the driver will internally
+#   step at a rate of 256 micro-steps). The default is True.
 #run_current:
 #   The amount of current (in amps) to configure the driver to use
 #   during stepper movement. This parameter must be provided.