* 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 79a43db..839c222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-01-23 Paul Eggert <egg...@cs.ucla.edu> + + bootstrap: use American spelling + * build-aux/bootstrap: Honor American spelling. + 2016-01-22 Karl Berry <k...@freefriends.org> * doc/posix-functions/localtime.texi, diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 804f5c4..f060bab 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.5.0