From 822616ae7f97f36e0c16896278e13c0eeb90f6db Mon Sep 17 00:00:00 2001 From: LazaroFilm Date: Thu, 4 Oct 2018 12:48:27 -0400 Subject: [PATCH] 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 --- config/example-extras.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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