# HG changeset patch # User Rik # Date 1296939916 28800 # Node ID 2427541a8408ba36400891797b7cc80ed825e43c # Parent e23ceb3fb1b67c00a18aa76263431b8b076b12c7 Periodic spellcheck of documentation. diff -r e23ceb3fb1b6 -r 2427541a8408 doc/ChangeLog --- a/doc/ChangeLog Sat Feb 05 12:58:34 2011 -0800 +++ b/doc/ChangeLog Sat Feb 05 13:05:16 2011 -0800 @@ -1,3 +1,8 @@ +2010-02-05 Rik + + * interpreter/doccheck/aspell-octave.en.pws: Add new spelling + exceptions to Octave private dictionary. + 2010-02-05 Rik * interpreter/octave.texi: Update copyright on manual to 2011. diff -r e23ceb3fb1b6 -r 2427541a8408 doc/interpreter/doccheck/aspell-octave.en.pws --- a/doc/interpreter/doccheck/aspell-octave.en.pws Sat Feb 05 12:58:34 2011 -0800 +++ b/doc/interpreter/doccheck/aspell-octave.en.pws Sat Feb 05 13:05:16 2011 -0800 @@ -12,6 +12,8 @@ al Alamos aleph +alnum +alphanum amd anova ANOVA @@ -20,6 +22,7 @@ approximant ARMA arpack +ascii Ashok async atan @@ -119,13 +122,16 @@ CMatrix cmd cmember +cntrl cof +coffset colamd colorbar colormap colperm Comint Commandline +commentstyle cond condest conformant @@ -180,6 +186,7 @@ diamondsuit dir disp +displayrange dMatrix dmperm DMS @@ -586,6 +593,7 @@ paperorientation paperposition papersize +paperunits parseparams pbm PBM @@ -640,6 +648,7 @@ pseudorandom Pseudospectra ptrace +punct PWS Pxx Qci @@ -692,6 +701,7 @@ rline RMS rnd +roffset Rosser Rossum rpath @@ -703,6 +713,7 @@ SAS sB Schafer +schar Schur SCO screenful @@ -850,8 +861,10 @@ typedefs ub UB +uchar UID uint +ulong Ultrix umfpack uminus @@ -885,6 +898,7 @@ uplus userdata Username +ushort Vandermonde variable's varphi @@ -924,12 +938,15 @@ Wildcards wildcards Wilks +windowstyle WinRand WIPO Wl wp +wspace xb xcorr +xdigit xerrorbar xerrorbars XFig diff -r e23ceb3fb1b6 -r 2427541a8408 scripts/ChangeLog --- a/scripts/ChangeLog Sat Feb 05 12:58:34 2011 -0800 +++ b/scripts/ChangeLog Sat Feb 05 13:05:16 2011 -0800 @@ -1,3 +1,7 @@ +2010-02-05 Rik + + * miscellaneous/version.m, path/matlabroot.m: Correct spelling. + 2010-02-05 Rik * help/help.m, linear-algebra/onenormest.m, plot/graphics_toolkit.m, diff -r e23ceb3fb1b6 -r 2427541a8408 scripts/miscellaneous/version.m --- a/scripts/miscellaneous/version.m Sat Feb 05 12:58:34 2011 -0800 +++ b/scripts/miscellaneous/version.m Sat Feb 05 13:05:16 2011 -0800 @@ -21,7 +21,7 @@ ## Return the version number of Octave, as a string. ## ## This is an alias for the function @code{OCTAVE_VERSION} provided for -## compatability +## compatibility ## @seealso{OCTAVE_VERSION}. ## @end deftypefn diff -r e23ceb3fb1b6 -r 2427541a8408 scripts/path/matlabroot.m --- a/scripts/path/matlabroot.m Sat Feb 05 12:58:34 2011 -0800 +++ b/scripts/path/matlabroot.m Sat Feb 05 13:05:16 2011 -0800 @@ -21,7 +21,7 @@ ## Return the name of the top-level Octave installation directory. ## ## This is an alias for the function @code{OCTAVE_HOME} provided -## for compatability. +## for compatibility. ## @seealso{OCTAVE_HOME} ## @end deftypefn