diff scripts/signal/blackman.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/blackman.m
+++ b/scripts/signal/blackman.m
@@ -35,7 +35,7 @@
   endif
 
   if (! (isscalar (m) && (m == round (m)) && (m > 0)))
-    error ("blackman: m has to be an integer > 0");
+    error ("blackman: M has to be an integer > 0");
   endif
 
   if (m == 1)