diff options
| author | Pádraig Brady <P@draigBrady.com> | 2024-11-18 16:17:10 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2024-11-18 16:26:19 +0000 |
| commit | c41ca2814d2ffad5fff9b9526d1be9eb5366d72d (patch) | |
| tree | f4865bc023d1125e2ab00d7a03177758c6a05cf6 | |
| parent | ea69c677969205392b46b2d20ef65afdeb2b3115 (diff) | |
| download | coreutils-c41ca2814d2ffad5fff9b9526d1be9eb5366d72d.tar.gz coreutils-c41ca2814d2ffad5fff9b9526d1be9eb5366d72d.zip | |
maint: avoid a syntax-check failure
This was also updated in gnulib.
* bootstrap: s/can not/cannot/
| -rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
