# HG changeset patch # User Rik # Date 1402337963 25200 # Node ID e275d15c27b5705fad82b65e6a0236f305149803 # Parent 19a140e93b1fbcba2a0bd1d8aa73b3d1f9217921 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. diff -r 19a140e93b1f -r e275d15c27b5 doc/interpreter/doccheck/aspell-octave.en.pws --- a/doc/interpreter/doccheck/aspell-octave.en.pws Mon Jun 09 11:03:17 2014 -0700 +++ b/doc/interpreter/doccheck/aspell-octave.en.pws Mon Jun 09 11:19:23 2014 -0700 @@ -52,6 +52,7 @@ backend Backends backends +backtrace bartlett BaseValue basevalue @@ -235,6 +236,7 @@ dMatrix dmperm Dobkin +docstring docstrings dOmega doNotSpecify @@ -387,6 +389,7 @@ goto Goto gotos +gperf GPL GPLK gplot @@ -499,6 +502,7 @@ javaaddpath javamem jbig +JDK JIT jpeg JPEG @@ -678,8 +682,10 @@ nbininv nbinpdf nbinrnd +ncols nd ndgrid +ndims ne Nelder neq @@ -700,7 +706,11 @@ nolabel noncommercially nonconformant +nondecreasing +nonincreasing +nonnan nonsmooth +nonsparse nonzeros NOP noperm @@ -713,9 +723,11 @@ noscal noshare notin +nrows nthargout NTSC ntsc +numel Numpy nzmax oct @@ -726,6 +738,7 @@ onCleanup online OpenGL +OpenJDK oplus Oppenheim Ord @@ -1166,6 +1179,7 @@ wp wspace xb +xboxes xc xcorr xdata @@ -1188,9 +1202,11 @@ xu xwd xy +xyboxes xyerrorbar xyerrorbars xyz +yboxes yc ydata yerrorbar diff -r 19a140e93b1f -r e275d15c27b5 doc/interpreter/linalg.txi --- a/doc/interpreter/linalg.txi Mon Jun 09 11:03:17 2014 -0700 +++ b/doc/interpreter/linalg.txi Mon Jun 09 11:19:23 2014 -0700 @@ -27,12 +27,12 @@ @cite{@sc{lapack} Users' Guide} is available at: @cite{http://www.netlib.org/lapack/lug/} -A common text for engineering courses is G. Strang, @cite{Linear Algebra -and Its Applications, 4th Edition}. It has become a widespread reference -for linear algebra. An alternative is P. Lax @cite{Linear Algebra and -Its Applications}, and also is a good choice. It claims to be suitable -for high school students with substantial mathematical interests as well -as first-year undergraduates. +A common text for engineering courses is @nospell{G. Strang}, +@cite{Linear Algebra and Its Applications, 4th Edition}. It has become a +widespread reference for linear algebra. An alternative is P. Lax +@cite{Linear Algebra and Its Applications}, and also is a good choice. It +claims to be suitable for high school students with substantial mathematical +interests as well as first-year undergraduates. @menu * Techniques Used for Linear Algebra:: diff -r 19a140e93b1f -r e275d15c27b5 libinterp/corefcn/pr-output.cc --- a/libinterp/corefcn/pr-output.cc Mon Jun 09 11:03:17 2014 -0700 +++ b/libinterp/corefcn/pr-output.cc Mon Jun 09 11:19:23 2014 -0700 @@ -4101,7 +4101,7 @@ \n\ @noindent\n\ Notice that the first value appears to be 0 when it is actually 1. Because\n\ -of the possibilty for confusion you should be careful about enabling\n\ +of the possibility for confusion you should be careful about enabling\n\ @code{fixed_point_format}.\n\ \n\ When called from inside a function with the @qcode{\"local\"} option, the\n\ diff -r 19a140e93b1f -r e275d15c27b5 scripts/optimization/fminunc.m --- 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.