automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI] [ng] typofix: fixed few typos in comments and README


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] typofix: fixed few typos in comments and README
Date: Sun, 22 Jul 2012 13:45:26 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 README                   |    2 +-
 lib/am/am-dir.am         |    2 +-
 lib/am/header-vars.am    |    2 +-
 lib/am/parallel-tests.am |    2 +-
 lib/am/texinfos.am       |    2 +-
 t/silent7.sh             |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README b/README
index b4a0b5b..058ed13 100644
--- a/README
+++ b/README
@@ -81,7 +81,7 @@ in "it hasn't taken place on any list, neither public nor 
non-public"):
         <http://lists.gnu.org/archive/html/automake/2011-01/msg00053.html>
 
    2. If Automake-NG has been successful, we might proceed to develop
-      "Automire": a more agressive rewrite, with profound APIs, design
+      "Automire": a more aggressive rewrite, with profound APIs, design
       and code changes, in the hope of making automire easier to use and
       to extend (lack of extensibility on part of the user is probably
       one of the greatest shortcoming of the current automake).
diff --git a/lib/am/am-dir.am b/lib/am/am-dir.am
index 6ab0958..17381c2 100644
--- a/lib/am/am-dir.am
+++ b/lib/am/am-dir.am
@@ -28,7 +28,7 @@ am__dir = .am
 am__abs_dir = $(abs_builddir)/$(am__dir)
 
 # Its counterpart for use in subdir makefiles, in case they need to refer
-# to the top-leve $(am__dir) directory.
+# to the top-level $(am__dir) directory.
 am__top_dir = $(top_builddir)/$(am__dir)
 
 # Its counterpart with an absolute path and for use in subdir makefiles.
diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
index eb1df5f..62d7ecd 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -82,7 +82,7 @@ endif
 # so to be extra safe we have to neutralize it.
 unexport CDPATH
 
-# Be verbose by deafault.  Yes, we really want $(V) to be overridable
+# Be verbose by default.  Yes, we really want $(V) to be overridable
 # from the environment, both for simplicity and for consistency with
 # mainline Automake.
 # FIXME: maybe normalize/sanitize $(V)?
diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index be9fdd1..19e21a6 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -425,7 +425,7 @@ recheck: all %CHECK_DEPS%
 ## that any '.log' and '.trs' file referring to such test are preserved,
 ## so that future "make recheck" invocations will still try to re-compile
 ## and re-run it (automake bug#11791).  This indirection is aimed at
-## satisying such a requirement.
+## satisfying such a requirement.
 !ifeq ($(.am/doing-recheck),yes)
 !$(am__test_logs) $(am__test_results): .am/nil
 !endif
diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am
index d8edfc8..b7efd82 100644
--- a/lib/am/texinfos.am
+++ b/lib/am/texinfos.am
@@ -122,7 +122,7 @@ include inst-vars.am
 # on:
 #    all: foo1; @echo $^
 #    all: foo2
-# "make all" would output "foo1 foo2".  In our usage, a dependecy like
+# "make all" would output "foo1 foo2".  In our usage, a dependency like
 # "install-pdf-am: install-pdf-local" (that is automatically output by
 # Automake-NG if the 'install-pdf-local' target is declared) would make
 # '$^' unusable as a pure list of PDF target files in the recipe of
diff --git a/t/silent7.sh b/t/silent7.sh
index 5e5472e..d34e8d1 100755
--- a/t/silent7.sh
+++ b/t/silent7.sh
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check user extensibility of silent-rules mode.
-# Aslo check that silent rules are disabled by default.
+# Also check that silent rules are disabled by default.
 
 . ./defs || exit 1
 
-- 
1.7.10.4




reply via email to

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