diff scripts/general/rot90.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 c776f063fefe
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/general/rot90.m
+++ b/scripts/general/rot90.m
@@ -65,7 +65,7 @@
     endif
 
     if (imag (k) != 0 || fix (k) != k)
-      error ("rot90: k must be an integer");
+      error ("rot90: K must be an integer");
     endif
 
     k = rem (k, 4);