diff scripts/image/rgb2ind.m @ 18075:24759ac2b8cb stable

doc: Periodic spellcheck of documentation * aspell-octave.en.pws: Remove WebKit from private dictionary. * external.txi: Fix typos and use two spaces for sentence breaks. * install.txi: Use @nospell macro around gl2ps. * rgb2ind.m: Correct British spelling of colour to American spelling.
author Rik <rik@octave.org>
date Wed, 04 Dec 2013 08:41:22 -0800
parents b8cd17571a1d
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/image/rgb2ind.m	Tue Dec 03 20:54:30 2013 -0800
+++ b/scripts/image/rgb2ind.m	Wed Dec 04 08:41:22 2013 -0800
@@ -30,7 +30,7 @@
 ## an image exactly the same as the input.  No dithering or other form of color
 ## quantization is performed.  The output class of the indexed image @var{x}
 ## can be uint8, uint16 or double, whichever is required to specify the
-## number of unique colours in the image (which will be equal to the number
+## number of unique colors in the image (which will be equal to the number
 ## of rows in @var{map}) in order
 ##
 ## Multi-dimensional indexed images (of size @nospell{MxNx3xK}) are also