]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: typos from codespell.
authorDimitri Papadopoulos <dimitri.papadopoulos@gmail.com>
Sun, 8 Aug 2021 00:54:17 +0000 (17:54 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 8 Aug 2021 00:54:17 +0000 (17:54 -0700)
* HACKING: typo from codespell.
* doc/local.mk: likewise.
* lib/am/header-vars.am: likewise.
* lib/am/lisp.am: likewise.
* t/cond24.sh: likewise.
* t/cond36.sh: likewise.
* t/dist-auxdir-many-subdirs.sh: likewise.
* t/link_override.sh: likewise.
* t/parallel-tests-console-output.sh: likewise.
* t/subobj11a.sh: likewise.
* t/subobj11b.sh: likewise.

HACKING
doc/local.mk
lib/am/header-vars.am
lib/am/lisp.am
t/cond24.sh
t/cond36.sh
t/dist-auxdir-many-subdirs.sh
t/link_override.sh
t/parallel-tests-console-output.sh
t/subobj11a.sh
t/subobj11b.sh

diff --git a/HACKING b/HACKING
index 5f8644e71eb3a77f70faa74c506bd46f66e6efe6..a41e8e202c38126d347348f2883ecb621882c33f 100644 (file)
--- a/HACKING
+++ b/HACKING
 
       Here goes a more detailed explanation of why the commit is needed,
       and a general overview of what it does, and how.  This section
-      should almost always be provided, possibly only with the expection
+      should almost always be provided, possibly only with the exception
       of obvious fixes or very trivial changes.
 
       And if the detailed explanation is quite long or detailed, you can
 
 * To add tags "help" and "confirmed" to bug 12345, mail to
   control@debbugs.gnu.org with a one-line body:
-    tags 35322 + help confirmed
+    tags 12345 + help confirmed
 
 * In general, all bug operations are done by mail.  Reference information:
     https://debbugs.gnu.org/server-control.html # dev info
index 7bd1f3907c822ba41c27c245a79609bf6adb5f7c..34b959f5b121720cd198541c8edd92ccbaedf4b7 100644 (file)
@@ -126,7 +126,7 @@ setup_autotools_paths = { \
 $(srcdir)/%D%/amhello-1.0.tar.gz: $(amhello_sources) $(srcdir)/configure.ac
        $(AM_V_GEN)tmp=amhello-output.tmp \
          && $(am__cd) $(srcdir)/%D%/amhello \
-         && : Make our aclocal and automake avaiable before system ones. \
+         && : Make our aclocal and automake available before system ones. \
          && $(setup_autotools_paths) \
          && ( \
            { $(AM_V_P) || exec 5>&2 >$$tmp 2>&1; } \
index f4a0102d251d54ad13e0dcde6597c773afae6b77..e7f6ba895245ed571e8a08a39c02154310341eec 100644 (file)
@@ -31,7 +31,7 @@ VPATH = @srcdir@
 ## Why the this needs to be so convoluted?
 ##
 ## (1) We can't unconditionally use make functions or special variables
-##     starting with a dot, as those cause non-GNU implmentations to
+##     starting with a dot, as those cause non-GNU implementations to
 ##     crash hard.
 ##
 ## (2) We can't use $(MAKE_VERSION) here, as it is also defined in some
index 6029ee3436d26a1834183d6dd04972b25d1be047..11b5e5842749c391bed309722b5d8bda5355161c 100644 (file)
@@ -28,7 +28,7 @@ endif %?INSTALL%
 ## We prefer files from the build directory to those from the source
 ## directory, in true VPATH spirit.
 ## The destination file is normally determined by appending "c" to the
-## input (which would erronously put it in $(srcdir) in VPATH builds),
+## input (which would erroneously put it in $(srcdir) in VPATH builds),
 ## so we override that, too.
        if test '$(EMACS)' != no; then \
          am__dir=. am__subdir_includes=''; \
index 3868ae32e8618509bd103843e1f1213d68641071..f8f2a3077f6a5d27cd1900f56fee55f2b7cf6456 100644 (file)
@@ -26,7 +26,7 @@ EOF
 
 cat >Makefile.am <<EOF
 if COND
-## A dummy comment to change line numer.
+## A dummy comment to change line number.
 foo = baz
 endif
 EOF
index 8cfb9d5f5e1d293d5ed3dea3fa456acd65bdb20c..78d1e23a5b5f7d9ec5eba8c5fc96b99ec774947b 100644 (file)
@@ -46,7 +46,7 @@ EOF
 
 $ACLOCAL
 
-# Presently Automake doesn't fully support partially overriden rules
+# Presently Automake doesn't fully support partially overridden rules
 # and should complain.
 AUTOMAKE_fails --add-missing
 grep 'tparse\.h.*already defined' stderr
index cfbb223e83fd0be5c2ae19f5c0cc699057ef6bbd..fe53cccb522696005ac5bf031a7ac6ab0a411da8 100644 (file)
@@ -100,7 +100,7 @@ END
   else
     for f in $required_files; do
       cp "$am_scriptdir"/$f $auxdir/$f \
-        || fatal_ "faild to fetch auxiliary script '$f'"
+        || fatal_ "failed to fetch auxiliary script '$f'"
       # See comments above.
       chmod a-w $auxdir/$f
     done
index 81787af914ecd73d94e239b7bfba1b69e3e4f714..a4cd6243840dd39f36837932363dbf3567698a96 100644 (file)
@@ -43,7 +43,7 @@ grep '.\$(LINK).*foo' Makefile.in && exit 1
 grep '^ *bar_LINK *=.*bar_LDFLAGS' Makefile.in && exit 1
 grep '.\$(bar_LINK).*bar' Makefile.in
 
-# Silent make rules should use AM_V_GEN unless overriden.
+# Silent make rules should use AM_V_GEN unless overridden.
 grep '.\$(AM_V_GEN)\$(foo_LINK)' Makefile.in
 grep '.\$(AM_V_baz_LINK)\$(baz_LINK)' Makefile.in
 grep '.\$(AM_V_GEN)\$(baz_LINK)' Makefile.in && exit 1
index 37d80b2b22847189291c809515109cd0c1d31f23..5464d8907c099c083b14dcded6362fbc88c830ce 100644 (file)
@@ -60,7 +60,7 @@ cat > xfail.test << 'END'
 #!/bin/sh
 # The sleep should ensure expected execution order of tests
 # even when make is run in parallel mode.
-# Creative quoting below to plase maintainer-check.
+# Creative quoting below to please maintainer-check.
 sleep '10'
 exit 1
 END
index e9f980acb803cacd8b1897ffdb18d781649e7f72..f9c494d57b26d3316c158c218292d76f9540a5ae 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Test that automake works around a bug of Solaris Make. The bug is the
-# following.  If we have a Makefile containg a file inclusion like this:
+# following.  If we have a Makefile containing a file inclusion like this:
 #   include .//foo.mk
 # Solaris make fails with a message like:
 #   make: ... can't find '/foo.mk': No such file or directory
index ee63680a8b33b87d42019eced48ca0cdea9d7191..d3500a9a63c5b2eff725fcd32547f9239e0efceb 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Test that automake works around a bug of Solaris Make. The bug is the
-# following.  If we have a Makefile containg a file inclusion like this:
+# following.  If we have a Makefile containing a file inclusion like this:
 #   include .//foo.mk
 # Solaris make fails with a message like:
 #   make: ... can't find '/foo.mk': No such file or directory