changeset 19830:a0c9c85860c0

doc: Spellcheck documentation before 4.0 release. * aspell-octave.en.pws: Add new words to Octave-specific dictionary. * rgb2ind.m, annotation.m: Fix misspellings.
author Rik <rik@octave.org>
date Fri, 20 Feb 2015 14:56:06 -0800
parents ca7599ae464d
children ab1185e08273
files doc/interpreter/doccheck/aspell-octave.en.pws scripts/image/rgb2ind.m scripts/plot/draw/annotation.m
diffstat 3 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/doccheck/aspell-octave.en.pws	Fri Feb 20 14:26:36 2015 -0800
+++ b/doc/interpreter/doccheck/aspell-octave.en.pws	Fri Feb 20 14:56:06 2015 -0800
@@ -51,6 +51,7 @@
 backend
 Backends
 backends
+backgroundcolor
 backtrace
 bartlett
 BaseValue
@@ -183,6 +184,7 @@
 Ctrl
 CTRL
 CTS
+cubehelix
 cummax
 cummin
 cumprod
@@ -237,6 +239,7 @@
 doNotSpecify
 dotall
 dotexceptnewline
+doublearrow
 Downarrow
 downarrow
 downdate
@@ -315,6 +318,7 @@
 FinDiffType
 finv
 FIRfilter
+fitboxtotext
 FIXME
 flac
 FlashPix
@@ -404,6 +408,9 @@
 HDF
 hdf
 headerlines
+headlength
+headstyle
+headwidth
 heartsuit
 helpdlg
 Helvetica
@@ -416,6 +423,7 @@
 HH
 histc
 holomorphic
+horizontalalignment
 Horner's
 horzcat
 hostname
@@ -988,8 +996,16 @@
 texinfo
 Texinfo
 TextAlphaBits
+textarrow
+textbackgroundcolor
+textbox
+textcolor
+textedgecolor
 textfield
+textlinewidth
+textmargin
 textread
+textrotation
 textscan
 th
 ths
@@ -1079,6 +1095,7 @@
 varpi
 varsigma
 vartheta
+vback
 vec
 vech
 Vectorize
@@ -1087,6 +1104,7 @@
 vee
 versa
 vertcat
+verticalalignment
 vertices
 Vorbis
 vorbis
--- a/scripts/image/rgb2ind.m	Fri Feb 20 14:26:36 2015 -0800
+++ b/scripts/image/rgb2ind.m	Fri Feb 20 14:56:06 2015 -0800
@@ -24,7 +24,7 @@
 ##
 ## The input image @var{rgb} can be specified as a single matrix of size
 ## @nospell{MxNx3}, or as three separate variables, @var{R}, @var{G}, and
-## @var{B}, its three colour channels, red, green, and blue.
+## @var{B}, its three color channels, red, green, and blue.
 ##
 ## It outputs an indexed image @var{x} and a colormap @var{map} to interpret
 ## an image exactly the same as the input.  No dithering or other form of color
--- a/scripts/plot/draw/annotation.m	Fri Feb 20 14:26:36 2015 -0800
+++ b/scripts/plot/draw/annotation.m	Fri Feb 20 14:56:06 2015 -0800
@@ -67,7 +67,7 @@
 ## @end itemize
 ##
 ## Valid annotation types and their specific properties are described
-## bellow: 
+## below: 
 ##
 ## @table @asis
 ## @item @qcode{"line"}