diff scripts/plot/contourc.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 a4f482e66b65
children 8f23b6757225
line wrap: on
line diff
--- a/scripts/plot/contourc.m
+++ b/scripts/plot/contourc.m
@@ -86,7 +86,7 @@
   endif
 
   if (!ismatrix (z) || isvector (z) || isscalar (z))
-    error ("contourc: z argument must be a matrix");
+    error ("contourc: Z argument must be a matrix");
   endif
 
   if (isscalar (vn))