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.
# 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.
#
{
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
# 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]]"
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
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
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
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
# 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
+# C compiler.
. test-init.sh
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 \
./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
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
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
cat > zardoz.texi << 'END'
@setfilename zardoz.info
-some randome text
+some random text
@include vers1a_2b.texi
more random text
END