Mercurial > hg > octave-lyh
changeset 17362:040752d07240
* scripts/image/imread.m: Fix typo in documentation.
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Fri, 30 Aug 2013 10:52:16 -0400 |
parents | de4cf28c7e11 |
children | f0edd6c752e9 |
files | scripts/image/imread.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/image/imread.m +++ b/scripts/image/imread.m @@ -47,7 +47,7 @@ ## independent if @var{map} is a requested output. To obtain the actual ## RGB image, use @code{ind2rgb}. When more than one indexed image is being ## read, @var{map} is obtained from the first. In some rare cases this -## may be incorrect and @code{imfinfo] can be used to obtain the colormap of +## may be incorrect and @code{imfinfo} can be used to obtain the colormap of ## each image. ## ## See the Octave manual for more information in representing images.