Fix some typos in ChangeLog
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 25 Nov 2010 11:34:59 +0000 (12:34 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 25 Nov 2010 11:39:22 +0000 (12:39 +0100)
ChangeLog

index 14e6c79..1125518 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        Improve and extend tests on man pages support.
        * tests/man.test: Enable `errexit' shell flag, and related changes.
-       Make grepping of generated Makefile.in slighty stricter.
+       Make grepping of generated Makefile.in slightly stricter.
        * tests/man3.test:  Add trailing `:' command.
        * tests/man5.test: Prefer cat + here-doc over echo to append to
        configure.in.
        useless `$(foo_LDADD)' variable in `Makefile.am'.  Do not call
        useless macro `AC_F77_LIBRARY_LDFLAGS' in `configure.in'.
        * tests/compile_f90_c_cxx.test: Likewise.
-       * tests/suffix10.test: Slighty stricter grepping of make output.
+       * tests/suffix10.test: Slightly stricter grepping of make output.
        * tests/compile.test: Add trailing `:' command.
        * tests/defun2.test: Likewise.
        * tests/vars3.test: Likewise.
 2010-11-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Tests defs: move static definitions in a new file `defs-static'.
-       The new file is meant to be idempotent w.r.t. mutiple inclusions.
+       The new file is meant to be idempotent w.r.t. multiple inclusions.
        * tests/defs.in: Removed, its contents split among ...
        * tests/defs-static.in: ... this new file ...
        * tests/defs: ... and this new file, including the former.
        the beginning of each tests made sense when Automake used the old
        test-driver, which sent all the output directly to stdout/stderr.
        Now that the parallel test-driver is used, which saves output of
-       each test in its correspoding log file, that old message is just
+       each test in its corresponding log file, that old message is just
        useless noise.
 
        Tests defs: rename $curdir -> $testbuilddir
        Fix potential bug in generated tests `instpc-*.test'.
        This bug is due to the changes introduced by the recently-merged
        "tests-init" branch.  In that branch, `tests/defs' didn't define
-       anymore `$srcdir', instead defininig directly `$testsrcdir'; but
+       anymore `$srcdir', instead defining directly `$testsrcdir'; but
        the generated tests were using `$srcdir', hence the bug.
        Luckily, since the Automake parallel test driver automatically
        exports `srcdir' to a proper value, that prevented the bug from