diff scripts/image/contrast.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 16f53d29049f
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/image/contrast.m
+++ b/scripts/image/contrast.m
@@ -30,7 +30,7 @@
     n = rows (colormap);
   elseif (nargin == 2)
     if (! isscalar (n))
-      error ("contrast: n must be a scalar");
+      error ("contrast: N must be a scalar");
     endif
   else
     print_usage ();