summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-19 01:17:50 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-19 01:18:12 -0700
commitb86cc86ae41e68d0484c5c3957b867e4725bb986 (patch)
treea77c851cb89021a525d92d7bb8630987390fe542 /build-aux/bootstrap
parent8d99d5d1fcbfa32e16a8d90ecb3ba8ee649679d5 (diff)
downloadgnulib-b86cc86ae41e68d0484c5c3957b867e4725bb986.tar.gz
* build-aux/bootstrap: fix HTTPS typo in comment
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 a3d98ce9bd..85b85c530f 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2017-09-13.06; # UTC
+scriptversion=2017-09-19.08; # UTC
# Bootstrap this package from checked-out sources.
@@ -699,7 +699,7 @@ download_po_files() {
echo "$me: getting translations into $subdir for $domain..."
cmd=$(printf "$po_download_command_format" "$domain" "$subdir")
eval "$cmd" && return
- # Fallback to HTTP.
+ # Fallback to HTTPS.
cmd=$(printf "$po_download_command_format2" "$subdir" "$domain")
eval "$cmd"
}