diff libinterp/octave-value/ov-flt-re-mat.cc @ 20484:df4165dfc676

maint: Fix misspelled word compatibility in code comments. * ls-hdf5.cc, ov-bool-mat.cc, ov-cell.cc, ov-cx-mat.cc, ov-flt-cx-mat.cc, ov-flt-re-mat.cc, ov-re-mat.cc, ov-str-mat.cc: Fix misspelled word compatibility in code comments.
author Rik <rik@octave.org>
date Mon, 17 Aug 2015 09:32:20 -0700
parents c6224b4e7774
children f90c8372b7ba
line wrap: on
line diff
--- a/libinterp/octave-value/ov-flt-re-mat.cc	Mon Aug 17 09:24:07 2015 -0700
+++ b/libinterp/octave-value/ov-flt-re-mat.cc	Mon Aug 17 09:32:20 2015 -0700
@@ -345,7 +345,7 @@
   else
     {
       // Keep this case, rather than use generic code above for backward
-      // compatiability. Makes load_ascii much more complex!!
+      // compatibility.  Makes load_ascii much more complex!!
       os << "# rows: " << rows () << "\n"
          << "# columns: " << columns () << "\n";