From 76a69005e487b932c30aaacfa67f7a8ebddf1005 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Jan 2005 07:40:41 +0000 Subject: fix typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d8a3987c6..7c3fd802b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ Fri Jan 7 20:01:31 2005 GOTOU Yuuzou * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect): - should delete trailing LF from the result of pack("m*"). - - clear Request-Line not to send the sesponse by HTTPServer#run. + - clear Request-Line not to send the response by HTTPServer#run. * lib/webrick/httputils (WEBrick::HTTPUtils.parse_qvalues): refine regexp (and change the name of a local variable). -- cgit