From 46b4eca8e2807122c99e7dcd1725464b5918f060 Mon Sep 17 00:00:00 2001 From: a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Wed, 4 Dec 2013 14:06:52 +0000 Subject: [PATCH] * lib/webrick/httpproxy.rb: [DOC] Fix typo s/bacause/because/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpproxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webrick/httpproxy.rb b/lib/webrick/httpproxy.rb index 7c34d33df0..4ff565754e 100644 --- a/lib/webrick/httpproxy.rb +++ b/lib/webrick/httpproxy.rb @@ -314,7 +314,7 @@ module WEBrick http.start do if @config[:ProxyTimeout] ################################## these issues are - http.open_timeout = 30 # secs # necessary (maybe bacause + http.open_timeout = 30 # secs # necessary (maybe because http.read_timeout = 60 # secs # Ruby's bug, but why?) ################################## end