[前][次][番号順一覧][スレッド一覧]

ruby-changes:27932

From: kazu <ko1@a...>
Date: Thu, 28 Mar 2013 19:08:06 +0900 (JST)
Subject: [ruby-changes:27932] kazu:r39984 (trunk): fix a typo

kazu	2013-03-28 19:07:17 +0900 (Thu, 28 Mar 2013)

  New Revision: 39984

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39984

  Log:
    fix a typo

  Modified files:
    trunk/doc/ChangeLog-1.9.3

Index: doc/ChangeLog-1.9.3
===================================================================
--- doc/ChangeLog-1.9.3	(revision 39983)
+++ doc/ChangeLog-1.9.3	(revision 39984)
@@ -76917,7 +76917,7 @@ Tue May 31 15:52:45 2005  GOTOU Yuuzou https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L76917
 	  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@a...>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]