comparison libinterp/octave-value/ov-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
comparison
equal deleted inserted replaced
20483:1690807b226c 20484:df4165dfc676
445 os << "\n" << tmp; 445 os << "\n" << tmp;
446 } 446 }
447 else 447 else
448 { 448 {
449 // Keep this case, rather than use generic code above for backward 449 // Keep this case, rather than use generic code above for backward
450 // compatiability. Makes load_ascii much more complex!! 450 // compatibility. Makes load_ascii much more complex!!
451 os << "# rows: " << rows () << "\n" 451 os << "# rows: " << rows () << "\n"
452 << "# columns: " << columns () << "\n"; 452 << "# columns: " << columns () << "\n";
453 453
454 os << matrix_value (); 454 os << matrix_value ();
455 } 455 }