diff libinterp/corefcn/ls-hdf5.cc @ 20449: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 bfe66db8addb
children 48b2ad5ee801
line wrap: on
line diff
--- a/libinterp/corefcn/ls-hdf5.cc	Mon Aug 17 09:24:07 2015 -0700
+++ b/libinterp/corefcn/ls-hdf5.cc	Mon Aug 17 09:32:20 2015 -0700
@@ -415,7 +415,7 @@
     }
   else if (info.type == H5G_DATASET && ident_valid)
     {
-      // For backwards compatiability.
+      // For backwards compatibility.
 #if HAVE_HDF5_18
       data_id = H5Dopen (group_id, name, H5P_DEFAULT);
 #else