diff liboctave/Array.cc @ 11590:4ced6b90fffb

style fixes for warning and error messages in source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:43:39 -0500
parents 12df7854fa7c
children e0e50f48df37
line wrap: on
line diff
--- a/liboctave/Array.cc
+++ b/liboctave/Array.cc
@@ -1461,7 +1461,7 @@
       else
         {
           (*current_liboctave_error_handler)
-            ("A null assignment can only have one non-colon index.");
+            ("a null assignment can only have one non-colon index");
         }
     }