Mercurial > hg > octave-nkf
diff libinterp/octave-value/ov-cx-mat.cc @ 20659: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-cx-mat.cc +++ b/libinterp/octave-value/ov-cx-mat.cc @@ -344,7 +344,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";