changeset 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 19a140e93b1f
children 096b1a159d1f
files doc/interpreter/doccheck/aspell-octave.en.pws doc/interpreter/linalg.txi libinterp/corefcn/pr-output.cc scripts/optimization/fminunc.m
diffstat 4 files changed, 25 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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::
--- 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\
--- 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.