diff src/ov-flt-re-mat.cc @ 12483:7a5aacf65f81

Rewrite error strings in src/ to use variables named in documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 26 Feb 2011 17:28:11 -0800
parents 12df7854fa7c
children 8f58f087df7f
line wrap: on
line diff
--- a/src/ov-flt-re-mat.cc	Sat Feb 26 16:21:02 2011 -0500
+++ b/src/ov-flt-re-mat.cc	Sat Feb 26 17:28:11 2011 -0800
@@ -823,7 +823,7 @@
         }
       else if (args(0).is_sparse_type ())
         {
-          error ("single: sparse type do not support single precision");
+          error ("single: sparse type does not support single precision");
         }
       else if (args(0).is_complex_type ())
         {