diff scripts/miscellaneous/cast.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 95c3e38098bf
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/miscellaneous/cast.m	Sun Jan 09 16:01:05 2011 -0800
+++ b/scripts/miscellaneous/cast.m	Sun Jan 09 21:33:04 2011 -0800
@@ -36,7 +36,7 @@
         error ("cast: type name `%s' is not a built-in type", typ);
       endif
     else
-      error ("cast: expecting type name as second argument");
+      error ("cast: expecting TYPE name as second argument");
     endif
   else
     print_usage ();