diff scripts/image/imfinfo.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents 693e22af08ae
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/image/imfinfo.m
+++ b/scripts/image/imfinfo.m
@@ -115,7 +115,7 @@
   endif
 
   if (!ischar (filename))
-    error ("imfinfo: filename must be a string");
+    error ("imfinfo: FILENAME must be a string");
   endif
 
   filename = tilde_expand (filename);