From: Stefano Lattarini Date: Thu, 25 Nov 2010 11:34:59 +0000 (+0100) Subject: Fix some typos in ChangeLog X-Git-Tag: v1.11b~492 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=736bf0144f7b540d391b56990077ae51d193b3c6;p=platform%2Fupstream%2Fautomake.git Fix some typos in ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 14e6c79..1125518 100644 --- a/ChangeLog +++ b/ChangeLog @@ -236,7 +236,7 @@ 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. @@ -264,7 +264,7 @@ 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. @@ -286,7 +286,7 @@ 2010-11-10 Stefano Lattarini 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. @@ -307,7 +307,7 @@ 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 @@ -430,7 +430,7 @@ 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