changeset 14852:53d2c3598d33

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new valid words to private dictionary. * graphics_toolkit.m, print.m, datevec.m, input.cc (filemarker): Correct spelling.
author Rik <octave@nomad.inbox5.com>
date Mon, 09 Jul 2012 09:43:53 -0700
parents fa3989fbb1b5
children 72b8b39e12be
files doc/interpreter/doccheck/aspell-octave.en.pws scripts/plot/graphics_toolkit.m scripts/plot/print.m scripts/time/datevec.m src/input.cc
diffstat 5 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/doccheck/aspell-octave.en.pws	Mon Jul 09 09:29:04 2012 -0700
+++ b/doc/interpreter/doccheck/aspell-octave.en.pws	Mon Jul 09 09:43:53 2012 -0700
@@ -140,6 +140,7 @@
 collectoutput
 colorbar
 colormap
+colormaps
 ColorOrder
 colperm
 Comint
@@ -339,6 +340,7 @@
 gesvd
 gfortan
 Ghostscript
+Ghostscript's
 gif
 GIF
 glibc
@@ -359,6 +361,7 @@
 gplot
 grabdemo
 GradObj
+GraphicsAlphaBits
 GraphicsMagick
 Graymap
 grayscale
@@ -864,6 +867,7 @@
 strncmp
 strncmpi
 strread
+strread's
 struct
 structs
 subarrays
@@ -920,6 +924,7 @@
 tex
 texinfo
 Texinfo
+TextAlphaBits
 textscan
 th
 ths
@@ -986,6 +991,7 @@
 unnormalized
 unpadded
 unpivoted
+unregister
 unshare
 unsymmetric
 untabified
--- a/scripts/plot/graphics_toolkit.m	Mon Jul 09 09:29:04 2012 -0700
+++ b/scripts/plot/graphics_toolkit.m	Mon Jul 09 09:43:53 2012 -0700
@@ -27,7 +27,7 @@
 ## already loaded, it is initialized by calling the function
 ## @code{__init_@var{name}__}.
 ## @deftypefnx {Function File} {} graphics_toolkit (@var{hlist}, @var{name})
-## Sets the graphics toolkit for the figues with handles @var{hlist} to
+## Sets the graphics toolkit for the figures with handles @var{hlist} to
 ## @var{name}.
 ## @seealso{available_graphics_toolkits}
 ## @end deftypefn
--- a/scripts/plot/print.m	Mon Jul 09 09:29:04 2012 -0700
+++ b/scripts/plot/print.m	Mon Jul 09 09:43:53 2012 -0700
@@ -77,9 +77,9 @@
 ## @item -TextAlphaBits=@var{n}
 ## @itemx -GraphicsAlphaBits=@var{n}
 ##   Octave is able to produce output for various printers, bitmaps, and
-## vector formats by using ghostscript.
-## For bitmap and printer output antialiasing is applied using
-## ghostscript's TextAlphaBits and GraphicsAlphaBits options.
+## vector formats by using Ghostscript.
+## For bitmap and printer output anti-aliasing is applied using
+## Ghostscript's TextAlphaBits and GraphicsAlphaBits options.
 ## The default number of bits for each is 4.
 ## Allowed values, for @var{N}, are 1, 2, or 4.
 ##
--- a/scripts/time/datevec.m	Mon Jul 09 09:29:04 2012 -0700
+++ b/scripts/time/datevec.m	Mon Jul 09 09:43:53 2012 -0700
@@ -31,7 +31,7 @@
 ## @var{f} is the format string used to interpret date strings
 ## (see @code{datestr}).  If @var{date} is a string, but no format is
 ## specified, then a relatively slow search is performed through various
-## formats.  It is always preferable to specifiy the format string @var{f}
+## formats.  It is always preferable to specify the format string @var{f}
 ## if it is known.  Formats which do not specify a particular time component
 ## will have the value set to zero.  Formats which do not specify a date will
 ## default to January 1st of the current year.
--- a/src/input.cc	Mon Jul 09 09:29:04 2012 -0700
+++ b/src/input.cc	Mon Jul 09 09:43:53 2012 -0700
@@ -1539,9 +1539,9 @@
 @end example\n\
 \n\
 @noindent\n\
-returns the help string associated with the sub-function @code{mysubfunc}\n\
+returns the help string associated with the subfunction @code{mysubfunc}\n\
 of the function @code{myfunc}.  Another use of @code{filemarker} is when\n\
-debugging it allows easier placement of breakpoints within sub-functions.\n\
+debugging it allows easier placement of breakpoints within subfunctions.\n\
 For example,\n\
 \n\
 @example\n\