# HG changeset patch # User Rik # Date 1449780570 28800 # Node ID c54ae1fb7e3b37bc6671a797d756800ff5361a01 # Parent ce8c465aa6a4776f599ac9ff2cf4095b88fc2e03 maint: Fix typo in code comments. * ls-oct-binary.cc, ls-oct-text.cc: Use correct spelling of compatibility. diff -r ce8c465aa6a4 -r c54ae1fb7e3b libinterp/corefcn/ls-oct-binary.cc --- a/libinterp/corefcn/ls-oct-binary.cc Wed Dec 09 15:43:37 2015 -0800 +++ b/libinterp/corefcn/ls-oct-binary.cc Thu Dec 10 12:49:30 2015 -0800 @@ -113,7 +113,7 @@ // to create an octave_value of the correct type. The specific load/save // function is then called. // -// For backward compatiablity "data type" can also be a value between 1 +// For backward compatibility "data type" can also be a value between 1 // and 7, where this defines a hardcoded octave_value of the type // // data type octave_value diff -r ce8c465aa6a4 -r c54ae1fb7e3b libinterp/corefcn/ls-oct-text.cc --- a/libinterp/corefcn/ls-oct-text.cc Wed Dec 09 15:43:37 2015 -0800 +++ b/libinterp/corefcn/ls-oct-text.cc Thu Dec 10 12:49:30 2015 -0800 @@ -272,7 +272,7 @@ else typ = tag; - // Special case for backward compatiablity. A small bit of cruft + // Special case for backward compatibility. A small bit of cruft if (SUBSTRING_COMPARE_EQ (typ, 0, 12, "string array")) tc = charMatrix (); else