From dd3ba5c1e57b57ee53d91159d310294e00031e17 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 28 Aug 2023 12:21:23 -0700 Subject: [PATCH] spelling fix: cloneable -> clonable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * build-aux/bootstrap, top/bootstrap, top/bootstrap-funclib.sh: Spell it “clonable”, the more common English way, instead of “cloneable”, the Java way. Found while doing spelling check of Coreutils. --- build-aux/bootstrap | 8 ++++---- top/bootstrap | 4 ++-- top/bootstrap-funclib.sh | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build-aux/bootstrap b/build-aux/bootstrap index db5286523e..557726ca6c 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -3,7 +3,7 @@ # Bootstrap this package from checked-out sources. -scriptversion=2023-07-01.18; # UTC +scriptversion=2023-08-28.19; # UTC # Copyright (C) 2003-2023 Free Software Foundation, Inc. # @@ -37,7 +37,7 @@ medir=`dirname "$me"` # A library of shell functions for autopull.sh, autogen.sh, and bootstrap. -scriptlibversion=2023-07-01.17; # UTC +scriptlibversion=2023-08-28.18; # UTC # Copyright (C) 2003-2023 Free Software Foundation, Inc. # @@ -659,7 +659,7 @@ Optional environment variables: Use this if you already have gnulib sources and history on your machine, and do not want to waste your bandwidth downloading them again. - GNULIB_URL Cloneable URL of the gnulib repository. + GNULIB_URL Clonable URL of the gnulib repository. Options: --bootstrap-sync if this bootstrap script is not identical to @@ -1347,7 +1347,7 @@ Optional environment variables: have gnulib sources on your machine, and do not want to waste your bandwidth downloading them again. - GNULIB_URL Cloneable URL of the gnulib repository. + GNULIB_URL Clonable URL of the gnulib repository. Options: diff --git a/top/bootstrap b/top/bootstrap index 203c41925b..59af135e0a 100755 --- a/top/bootstrap +++ b/top/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # Bootstrap this package from checked-out sources. -scriptversion=2023-07-01.18; # UTC +scriptversion=2023-08-28.19; # UTC # Copyright (C) 2003-2023 Free Software Foundation, Inc. # @@ -45,7 +45,7 @@ Optional environment variables: have gnulib sources on your machine, and do not want to waste your bandwidth downloading them again. - GNULIB_URL Cloneable URL of the gnulib repository. + GNULIB_URL Clonable URL of the gnulib repository. Options: diff --git a/top/bootstrap-funclib.sh b/top/bootstrap-funclib.sh index 40100932cd..ed8152e48b 100644 --- a/top/bootstrap-funclib.sh +++ b/top/bootstrap-funclib.sh @@ -1,6 +1,6 @@ # A library of shell functions for autopull.sh, autogen.sh, and bootstrap. -scriptlibversion=2023-07-01.17; # UTC +scriptlibversion=2023-08-28.18; # UTC # Copyright (C) 2003-2023 Free Software Foundation, Inc. # @@ -622,7 +622,7 @@ Optional environment variables: Use this if you already have gnulib sources and history on your machine, and do not want to waste your bandwidth downloading them again. - GNULIB_URL Cloneable URL of the gnulib repository. + GNULIB_URL Clonable URL of the gnulib repository. Options: --bootstrap-sync if this bootstrap script is not identical to -- 2.39.5