From 563a79c756cc0d0594929badc2c45bf9c13dfc98 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Jan 2005 07:40:41 +0000 Subject: [PATCH] fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * 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).