diff options
author | Boffgithub <40854849+Boffgithub@users.noreply.github.com> | 2018-09-12 13:13:12 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-09-12 08:13:12 -0400 |
commit | 0c0087ce42526746752391f0bb60db45315ab0ed (patch) | |
tree | 0043157480cbd8bffac706e62d7cfc04f39d1f72 /config/example-extras.cfg | |
parent | 5791a4d8c4cd09b7652fa98f9a82ca3606324b7b (diff) | |
download | kutter-0c0087ce42526746752391f0bb60db45315ab0ed.tar.gz kutter-0c0087ce42526746752391f0bb60db45315ab0ed.tar.xz kutter-0c0087ce42526746752391f0bb60db45315ab0ed.zip |
config: Update example-extras.cfg (#641)
Just correcting a couple of spelling errors I noticed.
Signed-off-by: Ben Warren <boffdroid@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 31036daf..0c75e62d 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -132,11 +132,11 @@ # point. The user may enter a single value which will be applied # to both axes. Default is 2,2. #algorithm: lagrange -# The interpolation algorthm to use. May be either "langrange" +# The interpolation algorithm to use. May be either "langrange" # or "bicubic". This option will not affect 3x3 grids, which # are forced to use lagrange sampling. Default is lagrange. #bicubic_tension: .2 -# When using the bicubic algoritm the tension parameter above +# When using the bicubic algorithm the tension parameter above # may be applied to change the amount of slope interpolated. # Larger numbers will increase the amount of slope, which # results in more curvature in the mesh. Default is .2. |