# HG changeset patch # User Michael Goffioul # Date 1377874336 14400 # Node ID 040752d07240202b71fad29954a016a482b707b1 # Parent de4cf28c7e1148e56553efa0d1e199c245682314 * scripts/image/imread.m: Fix typo in documentation. diff -r de4cf28c7e11 -r 040752d07240 scripts/image/imread.m --- a/scripts/image/imread.m Fri Aug 30 10:51:19 2013 -0400 +++ b/scripts/image/imread.m Fri Aug 30 10:52:16 2013 -0400 @@ -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.