diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-28 10:07:17 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-28 10:07:17 +0000 |
commit | f526fc2cfa4ae37ed392410a4e6597ffe5bc0db3 (patch) | |
tree | a06cf10584657e2c9bd908cd96794275579f3fc7 /doc/ChangeLog-1.9.3 | |
parent | 29e5699992c417e934f2b6ec0b559db454f9d0db (diff) | |
download | ruby-f526fc2cfa4ae37ed392410a4e6597ffe5bc0db3.tar.gz |
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/ChangeLog-1.9.3')
-rw-r--r-- | doc/ChangeLog-1.9.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ChangeLog-1.9.3 b/doc/ChangeLog-1.9.3 index 692b996335..d4b2767e4a 100644 --- a/doc/ChangeLog-1.9.3 +++ b/doc/ChangeLog-1.9.3 @@ -76917,7 +76917,7 @@ Tue May 31 15:52:45 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> break the loop if the socket reached to EOF. [ruby-talk:142285] * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): send response - without reading the whole request body if keep-alive is diabled. + without reading the whole request body if keep-alive is disabled. [experimental] Mon May 30 23:48:29 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> |