# HG changeset patch # User Rik # Date 1343431878 25200 # Node ID bc61fba0e9fd948dde33317996cc924e902c0696 # Parent e753177cde93e958d72dd9a1e7acb458d62469c2 doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new words to custom Octave dictionary. * cmunique.m: Use nospell macro to stop testing word fragment. * eig.cc: Change "nonsymmetric" to "non-symmetric". diff --git a/doc/interpreter/doccheck/aspell-octave.en.pws b/doc/interpreter/doccheck/aspell-octave.en.pws --- a/doc/interpreter/doccheck/aspell-octave.en.pws +++ b/doc/interpreter/doccheck/aspell-octave.en.pws @@ -450,6 +450,7 @@ isreal issparse isvector +iter ith iy Jacobian @@ -611,6 +612,7 @@ nd ndgrid ne +Nelder neq Neudecker Neumann diff --git a/scripts/image/cmunique.m b/scripts/image/cmunique.m --- a/scripts/image/cmunique.m +++ b/scripts/image/cmunique.m @@ -29,8 +29,8 @@ ## eliminated. The output image, @var{Y}, is the original input image with ## the indices adjusted to match the new, possibly smaller, colormap. ## -## When the input is an RGB image (an MxNx3 array), the output colormap -## will contain one entry for every unique color in the original image. +## When the input is an RGB image (an @nospell{MxNx3} array), the output +## colormap will contain one entry for every unique color in the original image. ## In the worst case the new map could have as many rows as the number of ## pixels in the original image. ## diff --git a/src/corefcn/eig.cc b/src/corefcn/eig.cc --- a/src/corefcn/eig.cc +++ b/src/corefcn/eig.cc @@ -44,7 +44,7 @@ \n\ The algorithm used depends on whether there are one or two input\n\ matrices, if they are real or complex and if they are symmetric\n\ -(Hermitian if complex) or nonsymmetric.\n\ +(Hermitian if complex) or non-symmetric.\n\ \n\ The eigenvalues returned by @code{eig} are not ordered.\n\ @seealso{eigs, svd}\n\