From: Pádraig Brady
Date: Mon, 18 Nov 2024 16:20:22 +0000 (+0000)
Subject: maint: avoid sc_prohibit_undesirable_word_seq failure
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=13df1b4994167328be392d2af9aad31fb3f65e6d;p=gnulib.git
maint: avoid sc_prohibit_undesirable_word_seq failure
* build-aux/bootstrap: s/can not/cannot/
---
diff --git a/ChangeLog b/ChangeLog
index 1c62948b6b..966aff1bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-18 Pádraig Brady
+
+ maint: avoid sc_prohibit_undesirable_word_seq failure
+ * build-aux/bootstrap: s/can not/cannot/
+
2024-11-17 Paul Eggert
savewd: set errnum for FINAL_STATE too
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 272e3a7181..85f1388a19 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -593,7 +593,7 @@ prepare_GNULIB_SRCDIR ()
# commit hash to minimize the amount of data downloaded and changes
# needed to be processed, which can drastically reduce download and
# processing time for checkout. If the fetch by commit fails, a
- # shallow fetch can not be performed because we do not know what the
+ # shallow fetch cannot be performed because we do not know what the
# depth of the commit is without fetching all commits. So fall back
# to fetching all commits.
git -C "$gnulib_path" init