]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: typos from codespell.
authorDimitri Papadopoulos <dimitri.papadopoulos@gmail.com>
Sun, 24 Dec 2023 23:02:30 +0000 (15:02 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 24 Dec 2023 23:02:30 +0000 (15:02 -0800)
Report and patch: https://bugs.gnu.org/68003.

* bin/automake.in: typo from codespell.
* configure.ac: likewise.
* t/dist-auxdir-many-subdirs.sh: likewise.
* t/instmany-mans.sh: likewise.
* t/instmany-python.sh: likewise.
* t/instmany.sh: likewise.
* t/nostdinc.sh: likewise.
* t/parallel-tests-fork-bomb.sh: likewise.
* t/rm-f-probe.sh: likewise.
* t/tap-basic.sh: likewise.
* t/test-driver-custom-multitest.sh: likewise.
* t/txinfo-vtexi3.sh: likewise.

12 files changed:
bin/automake.in
configure.ac
t/dist-auxdir-many-subdirs.sh
t/instmany-mans.sh
t/instmany-python.sh
t/instmany.sh
t/nostdinc.sh
t/parallel-tests-fork-bomb.sh
t/rm-f-probe.sh
t/tap-basic.sh
t/test-driver-custom-multitest.sh
t/txinfo-vtexi3.sh

index 3d6567ca3b9c864d076cd50cd6e515c45b6e9011..2a92cb8a35a0113d6d937601ae53c96a0a3cdfc3 100644 (file)
@@ -6465,7 +6465,7 @@ sub check_trailing_slash ($\$)
 # read_am_file ($AMFILE, $WHERE, $RELDIR)
 # ---------------------------------------
 # Read $AMFILE file name which is located in $RELDIR, and set up
-# global variables resetted by '&generate_makefile'.  Simultaneously
+# global variables reset by '&generate_makefile'.  Simultaneously
 # copy lines from $AMFILE into '$output_trailer', or define variables
 # as appropriate.
 #
@@ -7577,7 +7577,7 @@ sub push_required_file
     {
       push_dist_common ("$am_config_aux_dir/$file");
     }
-  # FIXME: another spacial case, for AC_LIBOBJ/AC_LIBSOURCE support.
+  # FIXME: another special case, for AC_LIBOBJ/AC_LIBSOURCE support.
   # We probably need some refactoring of this function and its callers,
   # to have a more explicit and systematic handling of all the special
   # cases; but, since there are only two of them, this is low-priority
index e43ee13aa37a0073ba22a32c924716c97862ceab..0cda0eb9c2b1cdc34f0c95d7eca5a57dbdc31944 100644 (file)
@@ -591,7 +591,7 @@ AC_OUTPUT
 # a development snapshot.
 # According to HACKING, the version of a development snapshot should
 # end with an "odd" letter (a, c, ...), the version of a test release
-# should end wit an "even" letter (b, d, ...).
+# should end with an "even" letter (b, d, ...).
 
 am_stable_version_rx='[[1-9]\.[0-9]+(\.[0-9]+)?]'
 am_beta_version_rx="[$am_stable_version_rx[bdfhjlnprtvxz]]"
index 869241242a01c2f532cf21e293c0ba7d830bb479..a44a316b467f531ad29cdb57fd70eb5ad05ab4c1 100644 (file)
@@ -43,7 +43,7 @@ do_check ()
     AC_CONFIG_AUX_DIR([$auxdir])
     AM_INIT_AUTOMAKE
     AC_PROG_CC
-    # We don't want to require python or emcas in this test, so
+    # We don't want to require python or emacs in this test, so
     # the tricks below.
     AM_PATH_PYTHON([2.2], [], [:])
     EMACS=no; AM_PATH_LISPDIR
index 2fd9d784554ae8d6e45120d6fb75236c7aa8dd45..8c30550fada3b71b2e288d957f2a66a7efc7ddb4 100644 (file)
@@ -72,7 +72,7 @@ chmod +x x-bin/'rm' x-bin/my-install
 
 cat >setenv.in <<'END'
 orig_INSTALL='@INSTALL@'
-# In case we've falled back on the install-sh script (seen e.g.,
+# In case we've fallen back on the install-sh script (seen e.g.,
 # on AIX 7.1), we need to make sure we use its absolute path,
 # as we don't know from which directory we'll be run.
 case "$orig_INSTALL" in
index c97ab09793314956bab608f821b26812d05779c5..b3cff689327fcfa47bfb038f7036a84f13c0eddc 100644 (file)
@@ -68,7 +68,7 @@ chmod +x x-bin/'rm' x-bin/my-install
 
 cat >setenv.in <<'END'
 orig_INSTALL='@INSTALL@'
-# In case we've falled back on the install-sh script (seen e.g.,
+# In case we've fallen back on the install-sh script (seen e.g.,
 # on AIX 7.1), we need to make sure we use its absolute path,
 # as we don't know from which directory we'll be run.
 case "$orig_INSTALL" in
index 3066d780ead28e1f9144ebc5af04d8b8a61b3914..8b5229b51e03d87d646db082b9d31236c50ddb70 100644 (file)
@@ -80,7 +80,7 @@ chmod +x x-bin/'rm' x-bin/my-install
 
 cat >setenv.in <<'END'
 orig_INSTALL='@INSTALL@'
-# In case we've falled back on the install-sh script (seen e.g.,
+# In case we've fallen back on the install-sh script (seen e.g.,
 # on AIX 7.1), we need to make sure we use its absolute path,
 # as we don't know from which directory we'll be run.
 case "$orig_INSTALL" in
index 603a81638b7f8cec681a377b0dfa6135d04a6507..fe8fccddbbbf5c04b9bf06146a75501c169473d2 100644 (file)
@@ -17,9 +17,9 @@
 # Test to make sure nostdinc option works correctly.
 
 # We don't require a C compiler explicitly, because the first part of the
-# test (where 'Makefile.in' is grepped) does not require one.  Insted, we
-# just skip the rest of the test if configure fails to find a working C
-# compiler.
+# test (where 'Makefile.in' is grepped) does not require one.  Instead,
+# we just skip the rest of the test if configure fails to find a working
+# compiler.
 
 . test-init.sh
 
index c7d9b90a0dca656b706dc504af91aa56c58fd9e9..44a61378948971467c2622f3428923172e5d04f0 100644 (file)
@@ -48,9 +48,9 @@ if IS_GNU_MAKE
 else !IS_GNU_MAKE
 
 # We use mkdir to detect the level of recursion, since it is easy
-# to use and assured to be portably atomical.  Also use an higher
+# to use and assured to be portably atomic.  Also use a higher
 # number than with GNU make above, since the level used here can
-# be incremented by tow or more per recursion.
+# be incremented by two or more per recursion.
 recursion-not-too-deep:
        @ok=no; \
        for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 \
index 5134382704eb92d3fa72891a29c5943037b38f36..4eb01d94acf8959e0a8618199a069350a9daa3c7 100644 (file)
@@ -58,7 +58,7 @@ rm -f && exit 99 # Sanity check.
 ./configure
 grep '^am__rm_f_notfound = ""$' Makefile
 
-# Chagne the `rm -f` behavior to work.
+# Change the `rm -f` behavior to work.
 sed -e '/#DELETE/d' -e '/#CHANGE/s:1:0:' bin/rm > bin/rm.tmp
 cat bin/rm.tmp > bin/rm
 
index 1ba1a4aefa18cf17f6cc98632955ed95ac35735d..1af60111e11aadc2e4bc5f68a8df2fbbb9e5421f 100644 (file)
@@ -34,7 +34,7 @@ END
 
 cat > Makefile.am << 'END'
 TEST_LOG_DRIVER = $(srcdir)/tap-driver
-## Defining LOG_COMPILER should work and not intefere with the
+## Defining LOG_COMPILER should work and not interfere with the
 ## tap-driver script.
 TEST_LOG_COMPILER = cat
 TESTS = success.test
index c520f9b2e34c49b62bc59b13bf808dc30569234d..2698be6ce89b58e30a73e16b003770077bbedd3d 100644 (file)
@@ -62,8 +62,8 @@ END
 cat > pass-fail.t << 'END'
 echo %% pass-fail %%
 echo 'FAIL: this fails :-('
-echo 'some randome message'
-echo 'some randome warning' >&2
+echo 'some random message'
+echo 'some random warning' >&2
 echo 'PASS: this passes :-)'
 echo 'INFO: blah'
 echo 'WARNING: blah blah' >&2
index 254c5ea2b316cd2872cf73a10b614a0aabaca1e3..3190bf975efa474a3bbd6c7753c20ca1767bf384 100644 (file)
@@ -58,7 +58,7 @@ END
 
 cat > zardoz.texi << 'END'
 @setfilename zardoz.info
-some randome text
+some random text
 @include vers1a_2b.texi
 more random text
 END