diff scripts/optimization/fminsearch.m @ 23567:71bfd507663c

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new words to Octave-specific dictionary. * external.txi, install.txi, svd.cc, audiodevinfo.cc, uipushtool.m, getframe.m, fminsearch.m, axis.m: Correct spelling or add @nospell macro around words.
author Rik <rik@octave.org>
date Thu, 08 Jun 2017 18:24:28 -0700
parents 092078913d54
children 194eb4bd202b
line wrap: on
line diff
--- a/scripts/optimization/fminsearch.m	Thu Jun 08 17:46:51 2017 -0700
+++ b/scripts/optimization/fminsearch.m	Thu Jun 08 18:24:28 2017 -0700
@@ -64,8 +64,8 @@
 ## @code{funcCount} containing the number of function calls to @var{fun},
 ## @code{iterations} containing the number of iteration steps,
 ## @code{algorithm} with the name of the search algorithm (always:
-## @qcode{"Nelder-Mead simplex direct search"}), and @code{message} with the
-## exit message.
+## @nospell{@qcode{"Nelder-Mead simplex direct search"}}), and @code{message}
+## with the exit message.
 ##
 ## Example:
 ##