From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 24 09:40:36 2023 Received: (at submit) by debbugs.gnu.org; 24 Dec 2023 14:40:36 +0000 Received: from localhost ([127.0.0.1]:51851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHPec-0007g8-Rk for submit@debbugs.gnu.org; Sun, 24 Dec 2023 09:40:36 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHN5J-00005l-En for submit@debbugs.gnu.org; Sun, 24 Dec 2023 06:55:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHN56-0005r3-NN for automake-patches@gnu.org; Sun, 24 Dec 2023 06:55:44 -0500 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rHN54-0001Tk-IB for automake-patches@gnu.org; Sun, 24 Dec 2023 06:55:44 -0500 Received: by mail-wm1-x335.google.com with SMTP id 5b1f17b1804b1-40d5336986cso8201265e9.1 for ; Sun, 24 Dec 2023 03:55:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703418940; x=1704023740; darn=gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=AmrnpgJF7BLYCjoyANeDbqy3KrV2qZ4KbcMrfZQXp+g=; b=NTME6ji+HbEwsuIl5ePr5Gh59SdvMIWX4JWZlwUt3WR74oiwz1osmWDCuMNHckKfkE vVIT5YlaZvJ4afLzsTLRRsLH9lS5FDwgN0qzzslmpaF76oOXAOTfhZcrLh5CTCy3r6Nm +3K0dwHiAVbdJCTbji5AxT9ZMeMdbDpmzBm6u9U+HVv0+50ZEhtaN0YJCImm9JF5xCP7 t0tXPPulGd7dBlZHlY/ZT7qUjF7Ihnx16m/SmaxuR/O+1tLkJ/piaGYW8nnKII547qNU 5xMRZ6HgUvt1hrdoc4QG844MDin+8Ch5UzY12DzDGaOaFrv1LP/Xh5qciRuHLdfw+gUR 0Drw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703418940; x=1704023740; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=AmrnpgJF7BLYCjoyANeDbqy3KrV2qZ4KbcMrfZQXp+g=; b=QjqcS2snS1M46EcJfLlUl6apCTjhZPzf/9hqk5PtJG7nhzUmz19v2MTEyVoXlYo+ji OGc+sicOV7lzDXdDkExmL2O7mlwZrJeR8RD6UQjPsBre/1io2tkySihxVYdV+Zi4WOxg Pb+5WPtju6tEmmpTlK2+Ti50B0QzHDb8mIAXD+TYScw5YRkldErOZV9r2KrbpuvkOYI1 Z4BL8yOgxp0o5fZ0mPJqtbI4Zr6f00LsiX2m621r2+0D1/nIhed+MFH0ekgR//iZSkGv FcesMc3o1PhAwzqmajXoVgSsp/Ld6XkqiTJP0XvUGXTd+YYCuJqDMGw4/J6B5iRe5jy8 FDkA== X-Gm-Message-State: AOJu0YyMXiVnlClIB7Ykr+oLtb3gCA9Xfjs1z8N5XxaxSFlD8GAJZT8E xRvhsnNtc2/cJh4D0HDsTSwfiS3bdPQ= X-Google-Smtp-Source: AGHT+IHMwhXXqopL9+do8xE8hmy5hR5Stp3xPKR8koo5fik3hBYQI42O18imD2+jBoO+f0R1bgbmiA== X-Received: by 2002:a05:600c:511d:b0:40b:36e9:bf4b with SMTP id o29-20020a05600c511d00b0040b36e9bf4bmr1944401wms.41.1703418940120; Sun, 24 Dec 2023 03:55:40 -0800 (PST) Received: from localhost.localdomain ([2a01:e0a:5ed:5380:9fbe:dc9d:c05e:d1f2]) by smtp.gmail.com with ESMTPSA id l20-20020a05600c4f1400b003feae747ff2sm6872045wmq.35.2023.12.24.03.55.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 24 Dec 2023 03:55:39 -0800 (PST) From: Dimitri Papadopoulos X-Google-Original-From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> To: automake-patches@gnu.org Subject: [PATCH] doc: typos from codespell. Date: Sun, 24 Dec 2023 12:55:15 +0100 Message-Id: <20231224115515.2035641-1-3234522+DimitriPapadopoulos@users.noreply.github.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::335; envelope-from=dimitri.papadopoulos@gmail.com; helo=mail-wm1-x335.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 24 Dec 2023 09:40:33 -0500 Cc: Dimitri Papadopoulos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) From: Dimitri Papadopoulos * 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. Copyright-paperwork-exempt: yes --- bin/automake.in | 4 ++-- configure.ac | 2 +- t/dist-auxdir-many-subdirs.sh | 2 +- t/instmany-mans.sh | 2 +- t/instmany-python.sh | 2 +- t/instmany.sh | 2 +- t/nostdinc.sh | 6 +++--- t/parallel-tests-fork-bomb.sh | 4 ++-- t/rm-f-probe.sh | 2 +- t/tap-basic.sh | 2 +- t/test-driver-custom-multitest.sh | 4 ++-- t/txinfo-vtexi3.sh | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bin/automake.in b/bin/automake.in index 26c9f46b1..b91c43695 100644 --- a/bin/automake.in +++ b/bin/automake.in @@ -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 diff --git a/configure.ac b/configure.ac index e43ee13aa..0cda0eb9c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]]" diff --git a/t/dist-auxdir-many-subdirs.sh b/t/dist-auxdir-many-subdirs.sh index 869241242..a44a316b4 100644 --- a/t/dist-auxdir-many-subdirs.sh +++ b/t/dist-auxdir-many-subdirs.sh @@ -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 diff --git a/t/instmany-mans.sh b/t/instmany-mans.sh index 2fd9d7845..8c30550fa 100644 --- a/t/instmany-mans.sh +++ b/t/instmany-mans.sh @@ -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 diff --git a/t/instmany-python.sh b/t/instmany-python.sh index c97ab0979..b3cff6893 100644 --- a/t/instmany-python.sh +++ b/t/instmany-python.sh @@ -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 diff --git a/t/instmany.sh b/t/instmany.sh index 3066d780e..8b5229b51 100644 --- a/t/instmany.sh +++ b/t/instmany.sh @@ -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 diff --git a/t/nostdinc.sh b/t/nostdinc.sh index 603a81638..fe8fccddb 100644 --- a/t/nostdinc.sh +++ b/t/nostdinc.sh @@ -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 +# C compiler. . test-init.sh diff --git a/t/parallel-tests-fork-bomb.sh b/t/parallel-tests-fork-bomb.sh index c7d9b90a0..44a613789 100644 --- a/t/parallel-tests-fork-bomb.sh +++ b/t/parallel-tests-fork-bomb.sh @@ -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 \ diff --git a/t/rm-f-probe.sh b/t/rm-f-probe.sh index 513438270..4eb01d94a 100644 --- a/t/rm-f-probe.sh +++ b/t/rm-f-probe.sh @@ -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 diff --git a/t/tap-basic.sh b/t/tap-basic.sh index 1ba1a4aef..1af60111e 100644 --- a/t/tap-basic.sh +++ b/t/tap-basic.sh @@ -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 diff --git a/t/test-driver-custom-multitest.sh b/t/test-driver-custom-multitest.sh index c520f9b2e..2698be6ce 100644 --- a/t/test-driver-custom-multitest.sh +++ b/t/test-driver-custom-multitest.sh @@ -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 diff --git a/t/txinfo-vtexi3.sh b/t/txinfo-vtexi3.sh index 254c5ea2b..3190bf975 100644 --- a/t/txinfo-vtexi3.sh +++ b/t/txinfo-vtexi3.sh @@ -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 -- 2.34.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 24 18:04:34 2023 Received: (at 68003) by debbugs.gnu.org; 24 Dec 2023 23:04:34 +0000 Received: from localhost ([127.0.0.1]:53685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHXWI-00013O-66 for submit@debbugs.gnu.org; Sun, 24 Dec 2023 18:04:34 -0500 Received: from frenzy.freefriends.org ([198.99.81.75]:32866 helo=freefriends.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHXW4-00012S-9k; Sun, 24 Dec 2023 18:04:21 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 3BON48F6014414 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 24 Dec 2023 16:04:08 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 3BON48Ca014413; Sun, 24 Dec 2023 16:04:08 -0700 Date: Sun, 24 Dec 2023 16:04:08 -0700 Message-Id: <202312242304.3BON48Ca014413@freefriends.org> From: Karl Berry To: dimitri.papadopoulos@gmail.com Subject: Re: [bug#68003] [PATCH] doc: typos from codespell. In-Reply-To: <20231224115515.2035641-1-3234522+DimitriPapadopoulos@users.noreply.github.com> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68003 Cc: 68003@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Subject: [bug#68003] [PATCH] doc: typos from codespell. Thanks Dimitri. Installed as-is. (And closing.) --all the best, karl. From unknown Tue Aug 19 05:28:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 22 Jan 2024 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator