changeset 17368: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	Tue Sep 03 21:11:24 2013 -0700
+++ b/scripts/help/__unimplemented__.m	Wed Sep 04 05:29:08 2013 +0100
@@ -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.  ", ...