diff liboctave/Sparse.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 d8de1a28274c
line wrap: on
line diff
--- a/liboctave/Sparse.cc
+++ b/liboctave/Sparse.cc
@@ -1262,7 +1262,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");
 }
 
 template <class T>