diff scripts/geometry/delaunayn.m @ 28714:d8dcb36bb904 stable

maint: spellcheck documentation ahead of 6.1 release. * aspell-octave.en.pws: Add new words to Octave-specific dictionary. * diffeq.txi, data.cc, delaunay.m, delaunayn.m, ode23s.m, pkg.m: spellcheck documentation ahead of 6.1 release.
author Rik <rik@octave.org>
date Thu, 10 Sep 2020 14:54:42 -0700
parents 2e6dc7e2b191
children 90fea9cc9caa 0a5b15007766
line wrap: on
line diff
--- a/scripts/geometry/delaunayn.m	Thu Sep 10 14:28:33 2020 -0700
+++ b/scripts/geometry/delaunayn.m	Thu Sep 10 14:54:42 2020 -0700
@@ -50,7 +50,7 @@
 ## @item 4-D and higher: @var{options} = @code{@{"Qt", "Qbb", "Qc", "Qx"@}}
 ## @end itemize
 ##
-## If QHull fails for 2-D input the triangulation is attempted again with
+## If Qhull fails for 2-D input the triangulation is attempted again with
 ## the options @code{@{"Qt", "Qbb", "Qc", "Qz"@}} which may result in
 ## reduced accuracy.
 ##