From aed384f343e14e046e09b20fa082037da0ef06a0 Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 26 Aug 2011 23:54:49 +0000 Subject: * backport r33086 from trunk. * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch by Luke Gruber. [#5203] * ext/pty/lib/expect.rb: ditto * lib/mathn.rb: ditto * lib/net/http.rb: ditto * lib/open-uri.rb: ditto * lib/ostruct.rb: ditto * lib/tempfile.rb: ditto * lib/thread.rb: ditto * lib/weakref.rb: ditto * sample/webrick/httpproxy.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/webrick/httpproxy.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sample') diff --git a/sample/webrick/httpproxy.rb b/sample/webrick/httpproxy.rb index bca0cc4626..c84457ece7 100644 --- a/sample/webrick/httpproxy.rb +++ b/sample/webrick/httpproxy.rb @@ -1,10 +1,9 @@ require "webrick" require "webrick/httpproxy" -# :ProxyContentHandler will be invoked before sending -# response to User-Agenge. You can inspect the pair of -# request and response messages (or can edit the response -# message if necessary). +# The :ProxyContentHandler proc will be invoked before sending a response to +# the User-Agent. You can inspect the pair of request and response messages +# (or edit the response message if necessary). pch = Proc.new{|req, res| p [ req.request_line, res.status_line ] -- cgit v1.2.3