aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-09-30 12:11:07 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-09-30 12:11:07 -0400
commitb112cac47a2c5e9919b82dff459dc47c320019a9 (patch)
tree31ca8310ec8dabd04e85164d8ac7b934ddb1c8e4 /config
parent68dc28580fd6e7500e5e8fa515763a25d6a03c29 (diff)
downloadkutter-b112cac47a2c5e9919b82dff459dc47c320019a9.tar.gz
kutter-b112cac47a2c5e9919b82dff459dc47c320019a9.tar.xz
kutter-b112cac47a2c5e9919b82dff459dc47c320019a9.zip
config: Fix typo in gcode_macro default_parameter description
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r--config/example-extras.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 1e5776f9..e893c07c 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -980,7 +980,7 @@
# One may define any number of options with a "default_parameter_"
# prefix. Use this to define default values for g-code parameters.
# For example, if one were to define the macro MY_DELAY with gcode
-# "G4 P{DELAY}" along with "default_paramter_DELAY = 50" then the
+# "G4 P{DELAY}" along with "default_parameter_DELAY = 50" then the
# command "MY_DELAY" would evaluate to "G4 P50". The default is to
# require that all parameters used in the gcode script be present in
# the command invoking the macro.