changeset 12378:2427541a8408 release-3-4-x

Periodic spellcheck of documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 05 Feb 2011 13:05:16 -0800
parents e23ceb3fb1b6
children aafbaea219cb
files doc/ChangeLog doc/interpreter/doccheck/aspell-octave.en.pws scripts/ChangeLog scripts/miscellaneous/version.m scripts/path/matlabroot.m
diffstat 5 files changed, 28 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-05  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/doccheck/aspell-octave.en.pws: Add new spelling
+	exceptions to Octave private dictionary.
+
 2010-02-05  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/octave.texi: Update copyright on manual to 2011.
--- a/doc/interpreter/doccheck/aspell-octave.en.pws
+++ b/doc/interpreter/doccheck/aspell-octave.en.pws
@@ -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
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-05  Rik  <octave@nomad.inbox5.com>
+
+	* miscellaneous/version.m, path/matlabroot.m: Correct spelling.
+
 2010-02-05  Rik  <octave@nomad.inbox5.com>
 
 	* help/help.m, linear-algebra/onenormest.m, plot/graphics_toolkit.m,
--- a/scripts/miscellaneous/version.m
+++ b/scripts/miscellaneous/version.m
@@ -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
 
--- a/scripts/path/matlabroot.m
+++ b/scripts/path/matlabroot.m
@@ -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