diff scripts/signal/bartlett.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 1bf0ce0930be
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/signal/bartlett.m
+++ b/scripts/signal/bartlett.m
@@ -36,7 +36,7 @@
   endif
 
   if (! (isscalar (m) && (m == round (m)) && (m > 0)))
-    error ("bartlett: m has to be an integer > 0");
+    error ("bartlett: M has to be an integer > 0");
   endif
 
   if (m == 1)