Mercurial > hg > octave-nkf
diff libinterp/corefcn/ls-oct-binary.cc @ 20307:1f9ed81bd173
maint: Fix spelling and grammar mistakes in docs and comments (bug #44878)
* NEWS, io.txi, file-io.cc, jit-ir.h, jit-typeinfo.h, ls-oct-binary.cc:
Fix misspellings of "compatibility" and "compatible".
* bsxfun.cc, file-io.cc, ov-base.h, oct-shlib.h, mesh.m: Fix
misspellings of "overridden".
* emacs.txi, image.txi, graphics.cc, __magick_read__.cc: Replace verb
phrase "allows to" with "allows one to".
author | Rafael Laboissiere <rafael@laboissiere.net> |
---|---|
date | Sun, 19 Apr 2015 06:53:30 -0300 |
parents | 4197fc428c7d |
children |
line wrap: on
line diff
--- a/libinterp/corefcn/ls-oct-binary.cc +++ b/libinterp/corefcn/ls-oct-binary.cc @@ -207,7 +207,7 @@ { // FIXME: // This is cruft, since its for a save type that is old. Maybe - // this is taking backward compatability too far!! + // this is taking backward compatibility too far!! int32_t len; if (! is.read (reinterpret_cast<char *> (&len), 4)) goto data_read_error;