summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-08 07:40:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-08 07:40:41 +0000
commit563a79c756cc0d0594929badc2c45bf9c13dfc98 (patch)
tree474d5fcc88c829699ce6db431d681cf906d79933 /ChangeLog
parent39f2da68962916ff21fa3aa6c3f585b63e3fb6c7 (diff)
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d8a3987c60..7c3fd802be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Fri Jan 7 20:01:31 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
* 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).