]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] typofix: fixed typos in comments and README
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 11:34:29 +0000 (13:34 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 13:01:39 +0000 (15:01 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
README
lib/am/am-dir.am
lib/am/header-vars.am
lib/am/parallel-tests.am
lib/am/texinfos.am
t/silent7.sh

diff --git a/README b/README
index b4a0b5bcc496dc2dba1f13fdca87314b67f64cfc..058ed139a928b45528bf2fb3a6bb865bf803b404 100644 (file)
--- 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).
index 6ab09589961e337a215b113bb9c7eebd072b7675..17381c2536eccc80308b31d2034c39a43d7e250f 100644 (file)
@@ -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.
index eb1df5fecfe847bd2f7027574065be76638b20ea..62d7ecd932110cc904123fda6005a3bdaf1e05ca 100644 (file)
@@ -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)?
index be9fdd12f19279190d78c4206f943407f4f15f17..19e21a623f2b709fd142c74deed842a77f902525 100644 (file)
@@ -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
index d8edfc824c63ee5277a87f3cc9eb613fc4ea48bb..b7efd82635d99c9ce397a233021f4bba4998ca43 100644 (file)
@@ -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
index 5e5472e12b40127956e8f4429a8c83affdaa44a2..d34e8d198560ce2067c188e72b3137297a3f271e 100755 (executable)
@@ -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