bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] bootstrap: use American spelling


From: Paul Eggert
Subject: [PATCH] bootstrap: use American spelling
Date: Sat, 23 Jan 2016 22:42:14 -0800

* 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  <address@hidden>
+
+       bootstrap: use American spelling
+       * build-aux/bootstrap: Honor American spelling.
+
 2016-01-22  Karl Berry  <address@hidden>
 
        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]