Mercurial > hg > octave-lyh
changeset 17376:ddc85ecc901f
__unimplemented__.m: fix typo on function name
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Wed, 04 Sep 2013 05:29:08 +0100 |
parents | e0b9d43395e2 |
children | 3e95b22f5287 |
files | scripts/help/__unimplemented__.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/help/__unimplemented__.m +++ b/scripts/help/__unimplemented__.m @@ -46,7 +46,7 @@ case "exifread" txt = ["exifread is deprecated. " ... - "The functionality is available in the iminfo function."]; + "The functionality is available in the imfinfo function."]; case "gsvd" txt = ["gsvd is not currently part of core Octave. ", ...