changeset 17514:5b916efea542

doc: spellcheck of documentation before 3.8 release. * doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to Octave-specific dictionary. * libinterp/corefcn/ellipj.cc, scripts/image/imfinfo.m, scripts/miscellaneous/copyfile.m, scripts/miscellaneous/movefile.m, scripts/plot/meshgrid.m, scripts/specfun/expint.m: spellcheck of documentation before 3.8 release.
author Rik <rik@octave.org>
date Sat, 28 Sep 2013 17:36:27 -0700
parents fedcd3717ebc
children c8c0dff02538
files doc/interpreter/doccheck/aspell-octave.en.pws libinterp/corefcn/ellipj.cc scripts/image/imfinfo.m scripts/miscellaneous/copyfile.m scripts/miscellaneous/movefile.m scripts/plot/meshgrid.m scripts/specfun/expint.m
diffstat 7 files changed, 38 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/doccheck/aspell-octave.en.pws	Sat Sep 28 16:54:34 2013 -0700
+++ b/doc/interpreter/doccheck/aspell-octave.en.pws	Sat Sep 28 17:36:27 2013 -0700
@@ -29,6 +29,7 @@
 arpack
 ascii
 Ashok
+ast
 async
 atan
 Attr
@@ -53,6 +54,7 @@
 backends
 bartlett
 BaseValue
+basevalue
 Bateman
 BDF
 bdf
@@ -126,6 +128,7 @@
 chol
 Cholesky
 cholmod
+chromaticity
 chrominance
 cindex
 circ
@@ -136,12 +139,14 @@
 Clenshaw
 CLI
 clim
+climmode
 cloglog
 closerequestfcn
 clubsuit
 CMatrix
 cmd
 cmember
+CMYK
 cntrl
 codebases
 cof
@@ -185,6 +190,8 @@
 cumprod
 cumsum
 cURL
+CurrentAxes
+CurrentFigure
 CurrentObject
 currentpoint
 Cuthill
@@ -198,6 +205,7 @@
 dataset
 datasets
 datasource
+datenum
 datestr
 datestrings
 davis
@@ -229,6 +237,7 @@
 Dobkin
 docstrings
 dOmega
+doNotSpecify
 dotall
 dotexceptnewline
 Downarrow
@@ -244,6 +253,7 @@
 dy
 EastOutside
 edgecolor
+Ei
 EIDORS
 eigenpairs
 eigenvector
@@ -286,6 +296,7 @@
 etreeplot
 eval
 Executables
+Exif
 exitflag
 expcdf
 expinv
@@ -354,6 +365,7 @@
 geoinv
 geopdf
 geornd
+geotagging
 geq
 gesdd
 gesvd
@@ -467,6 +479,7 @@
 inv
 involutory
 ipermute
+isdir
 ishandle
 ishghandle
 isolines
@@ -483,6 +496,7 @@
 Jacobians
 javaaddpath
 javamem
+jbig
 JIT
 jpeg
 JPEG
@@ -517,6 +531,7 @@
 ldivide
 ldots
 le
+leaveInPlace
 Leftarrow
 leftarrow
 Leftrightarrow
@@ -576,6 +591,8 @@
 lx
 ly
 lz
+lzma
+lzw
 Magnus
 Mahalanobis
 makefile
@@ -709,6 +726,7 @@
 OpenGL
 oplus
 Oppenheim
+Ord
 oregonator
 Orthogonalize
 oslash
@@ -763,6 +781,7 @@
 polyfit
 polyval
 pos
+POSDEF
 POSIX
 postorder
 PostScript
@@ -822,6 +841,7 @@
 rdivide
 Readline
 readline
+RECT
 recursing
 Redheffer
 reentrant
@@ -841,6 +861,8 @@
 resized
 resnorm
 resparsify
+restoreBG
+restorePrevious
 RET
 returnonerror
 rfloor
@@ -849,6 +871,7 @@
 Riccati
 Rightarrow
 rightarrow
+rle
 rline
 rmdir
 RMS
@@ -923,6 +946,7 @@
 Stallman
 startup
 Startup
+statinfo
 stdnormal
 stdout
 Stegun
@@ -1005,6 +1029,7 @@
 tif
 Tikhonov
 TikZ
+Timestamp
 tinv
 Tisseur
 Tisseur's
@@ -1020,6 +1045,7 @@
 tp
 tpdf
 traceback
+TRANSA
 trapz
 treatasempty
 treelayout
@@ -1040,6 +1066,7 @@
 ub
 UB
 uchar
+UHESS
 UID
 uimenu
 uint
@@ -1052,6 +1079,7 @@
 unary
 uncomment
 Uncomments
+unconvertible
 unformatted
 unidcdf
 unidinv
--- a/libinterp/corefcn/ellipj.cc	Sat Sep 28 16:54:34 2013 -0700
+++ b/libinterp/corefcn/ellipj.cc	Sat Sep 28 17:36:27 2013 -0700
@@ -52,7 +52,7 @@
 The value of @var{u} may be complex.\n\
 The value of @var{m} must be 0 @leq{} @var{m} @leq{} 1.\n\
 \n\
-The optinoal input @var{tol} is currently ignored (@sc{matlab} uses this to\n\
+The optional input @var{tol} is currently ignored (@sc{matlab} uses this to\n\
 allow faster, less accurate approximation).\n\
 \n\
 If requested, @var{err} contains the following status information\n\
--- a/scripts/image/imfinfo.m	Sat Sep 28 16:54:34 2013 -0700
+++ b/scripts/image/imfinfo.m	Sat Sep 28 17:36:27 2013 -0700
@@ -116,7 +116,8 @@
 ##
 ## @item Make
 ## The manufacturer of the recording equipment.  This is the manufacture of the
-## DSC, scanner, video digitizer or other equipment that generated the image.
+## @nospell{DSC}, scanner, video digitizer or other equipment that generated
+## the image.
 ##
 ## @item Model
 ## The model name or model number of the recording equipment as mentioned
--- a/scripts/miscellaneous/copyfile.m	Sat Sep 28 16:54:34 2013 -0700
+++ b/scripts/miscellaneous/copyfile.m	Sat Sep 28 17:36:27 2013 -0700
@@ -29,7 +29,7 @@
 ## If successful, @var{status} is 1, and @var{msg}, @var{msgid} are empty
 ## character strings ("").  Otherwise, @var{status} is 0, @var{msg} contains a
 ## system-dependent error message, and @var{msgid} contains a unique message
-## identifier.  Note that the status code is exacly opposite that of the
+## identifier.  Note that the status code is exactly opposite that of the
 ## @code{system} command.
 ## @seealso{movefile, rename, unlink, delete, glob}
 ## @end deftypefn
--- a/scripts/miscellaneous/movefile.m	Sat Sep 28 16:54:34 2013 -0700
+++ b/scripts/miscellaneous/movefile.m	Sat Sep 28 17:36:27 2013 -0700
@@ -33,7 +33,7 @@
 ## If successful, @var{status} is 1, and @var{msg}, @var{msgid} are empty
 ## character strings ("").  Otherwise, @var{status} is 0, @var{msg} contains a
 ## system-dependent error message, and @var{msgid} contains a unique message
-## identifier.  Note that the status code is exacly opposite that of the
+## identifier.  Note that the status code is exactly opposite that of the
 ## @code{system} command.
 ## @seealso{rename, copyfile, unlink, delete, glob}
 ## @end deftypefn
--- a/scripts/plot/meshgrid.m	Sat Sep 28 16:54:34 2013 -0700
+++ b/scripts/plot/meshgrid.m	Sat Sep 28 17:36:27 2013 -0700
@@ -50,10 +50,10 @@
 ## grids.  However, the functions are not completely equivalent.  If @var{x}
 ## is a vector of length M and @var{y} is a vector of length N, then
 ## @code{meshgrid} will produce an output grid which is NxM@.  @code{ndgrid}
-## will produce an output which is MxN (transpose) for the same input.  Some
-## core functions expect @code{meshgrid} input and others expect @code{ndgrid}
-## input.  Check the documentation for the function in question to determine
-## the proper input format.
+## will produce an output which is @nospell{MxN} (transpose) for the same
+## input.  Some core functions expect @code{meshgrid} input and others expect
+## @code{ndgrid} input.  Check the documentation for the function in question
+## to determine the proper input format.
 ## @seealso{ndgrid, mesh, contour, surf}
 ## @end deftypefn
 
--- a/scripts/specfun/expint.m	Sat Sep 28 16:54:34 2013 -0700
+++ b/scripts/specfun/expint.m	Sat Sep 28 17:36:27 2013 -0700
@@ -60,7 +60,7 @@
 ## @end example
 ##
 ## @end ifnottex
-## The two definititions are related, for positive real values of @var{x}, by
+## The two definitions are related, for positive real values of @var{x}, by
 ## @tex
 ## $
 ## E_1 (-x) = -{\rm Ei} (x) - i\pi.