diff options
author | LazaroFilm <lazarofilm@gmail.com> | 2018-10-04 12:48:27 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-04 12:48:27 -0400 |
commit | 822616ae7f97f36e0c16896278e13c0eeb90f6db (patch) | |
tree | 210e0a085c4a5fce1c5976851b128cc50a57c751 /config | |
parent | 978b321f80603a08ff1b61cfbfb11c3ef2c64906 (diff) | |
download | kutter-822616ae7f97f36e0c16896278e13c0eeb90f6db.tar.gz kutter-822616ae7f97f36e0c16896278e13c0eeb90f6db.tar.xz kutter-822616ae7f97f36e0c16896278e13c0eeb90f6db.zip |
docs: Spelling error corrected in bed mesh comment (#735)
The comment for the algorithm setting had a spelling error, it said:
[...]May be either "langrange"[...]
Removed the n.
Signed-off-by: Victor Lazaro <lazarofilm@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 24e0278a..a2bb5764 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -131,7 +131,7 @@ # point. The user may enter a single value which will be applied # to both axes. Default is 2,2. #algorithm: lagrange -# The interpolation algorithm to use. May be either "langrange" +# The interpolation algorithm to use. May be either "lagrange" # or "bicubic". This option will not affect 3x3 grids, which # are forced to use lagrange sampling. Default is lagrange. #bicubic_tension: .2 |