changeset 37906:239b3096f5c7

bootstrap: use American spelling * build-aux/bootstrap: Honor American spelling.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 23 Jan 2016 22:41:14 -0800
parents 79d9682ed841
children 9005fb61c868
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 22 08:21:35 2016 -0800
+++ b/ChangeLog	Sat Jan 23 22:41:14 2016 -0800
@@ -1,3 +1,8 @@
+2016-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+	bootstrap: use American spelling
+	* build-aux/bootstrap: Honor American spelling.
+
 2016-01-22  Karl Berry  <karl@freefriends.org>
 
 	* doc/posix-functions/localtime.texi,
--- a/build-aux/bootstrap	Fri Jan 22 08:21:35 2016 -0800
+++ b/build-aux/bootstrap	Sat Jan 23 22:41:14 2016 -0800
@@ -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 @@
 
 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