changeset 38851:fddf4823cbec

* build-aux/bootstrap: fix HTTPS typo in comment
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Sep 2017 01:17:50 -0700
parents ef864ea2dde1
children c79d08762ac4
files build-aux/bootstrap
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/bootstrap	Sun Sep 17 12:09:34 2017 -0700
+++ b/build-aux/bootstrap	Tue Sep 19 01:17:50 2017 -0700
@@ -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 @@
   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"
 }