]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: avoid sc_prohibit_undesirable_word_seq failure
authorSimon Josefsson <simon@josefsson.org>
Mon, 25 Nov 2024 15:37:31 +0000 (16:37 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 25 Nov 2024 15:37:31 +0000 (16:37 +0100)
* top/bootstrap-funclib.sh: s/can not/cannot/

ChangeLog
top/bootstrap-funclib.sh

index 633fd1fe71eb7e70abfba0d7c289ad69b14eb2fd..0cfc3d1a2ed61a548c6de7622bcede7ef77f21fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-25  Simon Josefsson  <simon@josefsson.org>
+
+       bootstrap: avoid sc_prohibit_undesirable_word_seq failure
+       * top/bootstrap-funclib.sh: s/can not/cannot/
+
 2024-11-24  Collin Funk  <collin.funk1@gmail.com>
 
        doc: Add missing module index.
index 7c125533e0590b6188b9bb57993ef3a08ba19a82..a57dcfa93379d1a9c8c4467a56d5166703afee07 100644 (file)
@@ -1,6 +1,6 @@
 # A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
 
-scriptlibversion=2024-11-12.21; # UTC
+scriptlibversion=2024-11-25.15; # UTC
 
 # Copyright (C) 2003-2024 Free Software Foundation, Inc.
 #
@@ -556,7 +556,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