This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3dc56a4 Sp
3dc56a4 is described below
commit 3dc56a4e8bae81c9886dc0b6858dcc9e11e0683a
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 25 15:52:39 2017 +0100
Sp
---
tools/site-check.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/site-check.rb b/tools/site-check.rb
index 2343838..bbd7a9c 100755
--- a/tools/site-check.rb
+++ b/tools/site-check.rb
@@ -14,7 +14,7 @@ require 'net/http'
require 'nokogiri'
require 'json'
-# fetch uri, followin redirects
+# fetch uri, following redirects
def fetch(uri)
uri = URI.parse(uri)
Net::HTTP.start(uri.host, uri.port, use_ssl: uri.scheme == 'https') do |http|
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].