You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/04/25 14:52:40 UTC

[whimsy] branch master updated: Sp

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 <se...@apache.org>
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
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].