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