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

ruby-changes:25479

From: ayumin <ko1@a...>
Date: Wed, 7 Nov 2012 15:50:09 +0900 (JST)
Subject: [ruby-changes:25479] ayumin:r37536 (trunk): * lib/webrick.rb: fix typo.

ayumin	2012-11-07 15:49:57 +0900 (Wed, 07 Nov 2012)

  New Revision: 37536

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

  Log:
    * lib/webrick.rb: fix typo.

  Modified files:
    trunk/ChangeLog
    trunk/lib/webrick.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37535)
+++ ChangeLog	(revision 37536)
@@ -1,3 +1,8 @@
+Wed Nov  7 15:46:12 2012  Ayumu AIZAWA  <ayumu.aizawa@g...>
+
+	* lib/webrick.rb: fix typo. reported by Rohit Arondekar.
+	  https://github.com/ruby/ruby/pull/211
+
 Wed Nov  7 15:34:12 2012  Takeyuki FUJIOKA  <xibbar@r...>
 
 	* lib/cgi/core.rb: alias CGI#http_header to CGI#header.
Index: lib/webrick.rb
===================================================================
--- lib/webrick.rb	(revision 37535)
+++ lib/webrick.rb	(revision 37536)
@@ -6,7 +6,7 @@
 # logging of both server operations and HTTP access.  WEBrick supports both
 # basic and digest authentication in addition to algorithms not in RFC 2617.
 #
-# A WEBrick servers can be composed of multiple WEBrick servers or servlets to
+# A WEBrick server can be composed of multiple WEBrick servers or servlets to
 # provide differing behavior on a per-host or per-path basis.  WEBrick
 # includes servlets for handling CGI scripts, ERb pages, ruby blocks and
 # directory listings.

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

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