diff libinterp/octave-value/ov-str-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 dd6345fd8a97
line wrap: on
line diff
--- a/libinterp/octave-value/ov-str-mat.cc	Mon Aug 17 09:24:07 2015 -0700
+++ b/libinterp/octave-value/ov-str-mat.cc	Mon Aug 17 09:32:20 2015 -0700
@@ -300,7 +300,7 @@
   else
     {
       // Keep this case, rather than use generic code above for
-      // backward compatiability. Makes load_ascii much more complex!!
+      // backward compatibility.  Makes load_ascii much more complex!!
       charMatrix chm = char_matrix_value ();
       octave_idx_type elements = chm.rows ();
       os << "# elements: " << elements << "\n";
@@ -442,7 +442,7 @@
 
           if (len >= 0)
             {
-              // This is cruft for backward compatiability,
+              // This is cruft for backward compatibility,
               // but relatively harmless.
 
               // Use this instead of a C-style character buffer so
@@ -697,7 +697,7 @@
     }
   else
     {
-      // This is cruft for backward compatiability and easy data
+      // This is cruft for backward compatibility and easy data
       // importation
       if (rank == 0) //FIXME: Does rank==0 even exist for strings in HDF5?
         {