From 0f9d53cb3b4c08a48b29fe8ca26bd98a06858ca5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 23 Jan 2016 22:41:14 -0800 Subject: [PATCH] bootstrap: use American spelling * build-aux/bootstrap: Honor American spelling. --- ChangeLog | 5 +++++ build-aux/bootstrap | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79a43dbc6d..839c22265d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-01-23 Paul Eggert + + bootstrap: use American spelling + * build-aux/bootstrap: Honor American spelling. + 2016-01-22 Karl Berry * doc/posix-functions/localtime.texi, diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 804f5c4685..f060bab83e 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh # Print a version string. -scriptversion=2016-01-11.22; # UTC +scriptversion=2016-01-24.06; # UTC # Bootstrap this package from checked-out sources. @@ -42,7 +42,7 @@ export LC_ALL local_gl_dir=gl -# Honour $PERL, but work even if there is none +# Honor $PERL, but work even if there is none. PERL="${PERL-perl}" me=$0 -- 2.39.5