Mercurial > hg > octave-nkf
diff scripts/image/image.m @ 11885:3342d1a7c4c9 release-3-0-x
spelling corrections
Here is a patch with some spelling corrections to the manual.
changeset: 8308:aeaf884ea9af
user: Brian Gough <bjg@gnu.org>
date: Fri Nov 07 09:26:17 2008 -0500
summary: [docs] assoicated => associated
author | Brian Gough<bjg@network-theory.co.uk> |
---|---|
date | Thu, 20 Nov 2008 08:39:44 +0100 |
parents | 3ceb12c499e9 |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/image/image.m +++ b/scripts/image/image.m @@ -22,7 +22,7 @@ ## @deftypefnx {Function File} {} image (@var{x}, @var{y}, @var{img}) ## Display a matrix as a color image. The elements of @var{x} are indices ## into the current colormap, and the colormap will be scaled so that the -## extremes of @var{x} are mapped to the extremes of teh colormap. +## extremes of @var{x} are mapped to the extremes of the colormap. ## ## It first tries to use @code{gnuplot}, then @code{display} from ## @code{ImageMagick}, then @code{xv}, and then @code{xloadimage}.