diff libinterp/octave-value/ov-class.cc @ 18915:4cdab2973171

maint: Fix some spellings in error messages. * ov-class.cc (Fisa): Correct spelling of "attay" to "array". * ov-usr-fcn.cc (Fnargin, Fnargout): Use spelling "built-in" in error messages for consistency with rest of Octave.
author Rik <rik@octave.org>
date Sun, 29 Jun 2014 18:35:44 -0700
parents 6113e0c6920b
children 56bc1464ec59
line wrap: on
line diff
--- a/libinterp/octave-value/ov-class.cc	Sun Jun 29 13:23:24 2014 -0700
+++ b/libinterp/octave-value/ov-class.cc	Sun Jun 29 18:35:44 2014 -0700
@@ -1950,7 +1950,7 @@
   const Array<std::string> cls = args(1).cellstr_value ();
   if (error_state)
     {
-      error ("isa: CLASSNAME must be a string or cell attay of strings");
+      error ("isa: CLASSNAME must be a string or cell array of strings");
       return retval;
     }