summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-23 22:41:14 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-23 22:41:45 -0800
commit0f9d53cb3b4c08a48b29fe8ca26bd98a06858ca5 (patch)
tree0bd05c60cb449c3b9a0de05374e38dbfccdfe387 /build-aux/bootstrap
parent0fce642dc86773a562c278a93b7268bde8e6db09 (diff)
downloadgnulib-0f9d53cb3b4c08a48b29fe8ca26bd98a06858ca5.tar.gz
bootstrap: use American spelling
* build-aux/bootstrap: Honor American spelling.
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap4
1 files changed, 2 insertions, 2 deletions
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