From c41ca2814d2ffad5fff9b9526d1be9eb5366d72d Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 18 Nov 2024 16:17:10 +0000 Subject: [PATCH] maint: avoid a syntax-check failure This was also updated in gnulib. * bootstrap: s/can not/cannot/ --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 272e3a7181..85f1388a19 100755 --- a/bootstrap +++ b/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 -- 2.47.3