automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} Fix some typos in ChangeLog


From: Stefano Lattarini
Subject: [FYI] {master} Fix some typos in ChangeLog
Date: Thu, 25 Nov 2010 12:43:59 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

I've applied the attached patch to master as obvious, and pushed.

Regards,
   Stefano
From 736bf0144f7b540d391b56990077ae51d193b3c6 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Thu, 25 Nov 2010 12:34:59 +0100
Subject: [PATCH] Fix some typos in ChangeLog

---
 ChangeLog |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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  <address@hidden>
 
        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
-- 
1.7.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]