diff scripts/help/__unimplemented__.m @ 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 84c119957463
children
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.  ", ...