diff scripts/optimization/fminunc.m @ 18816:e275d15c27b5

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new exections to Octave dictionary. * linalg.txi: Use @nospell macro around author name. * pr-output.cc, fminunc.m: Correct misspellings.
author Rik <rik@octave.org>
date Mon, 09 Jun 2014 11:19:23 -0700
parents 923614060f1d
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/optimization/fminunc.m	Mon Jun 09 11:03:17 2014 -0700
+++ b/scripts/optimization/fminunc.m	Mon Jun 09 11:19:23 2014 -0700
@@ -63,11 +63,11 @@
 ## Last relative change in function value was less than @code{TolFun}.
 ##
 ## @item 0
-## Iteration limit exceeded---either maximum numer of algorithm iterations
+## Iteration limit exceeded---either maximum number of algorithm iterations
 ## @code{MaxIter} or maximum number of function evaluations @code{MaxFunEvals}.
 ##
 ## @item -1
-## Alogrithm terminated by @code{OutputFcn}.
+## Algorithm terminated by @code{OutputFcn}.
 ##
 ## @item -3
 ## The trust region radius became excessively small.