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

ruby-changes:26658

From: zzak <ko1@a...>
Date: Sun, 6 Jan 2013 02:24:50 +0900 (JST)
Subject: [ruby-changes:26658] zzak:r38709 (trunk): * lib/webrick/httpservlet/abstract.rb (WEBrick::HTTPServlet): Typo in

zzak	2013-01-06 02:24:40 +0900 (Sun, 06 Jan 2013)

  New Revision: 38709

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

  Log:
    * lib/webrick/httpservlet/abstract.rb (WEBrick::HTTPServlet): Typo in
      example. Patch by shlensky [Fixes #232 on github]

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38708)
+++ ChangeLog	(revision 38709)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Jan  6 02:22:00 2013  Zachary Scott  <zachary@z...>
+
+	* lib/webrick/httpservlet/abstract.rb (WEBrick::HTTPServlet): Typo in
+	  example. Patch by shlensky [Fixes #232 on github]
+
 Sat Jan  5 21:15:10 2013  NARUSE, Yui  <naruse@r...>
 
 	* lib/net/http/generic_request.rb:
Index: lib/webrick/httpservlet/abstract.rb
===================================================================
--- lib/webrick/httpservlet/abstract.rb	(revision 38708)
+++ lib/webrick/httpservlet/abstract.rb	(revision 38709)
@@ -54,7 +54,7 @@ module WEBrick https://github.com/ruby/ruby/blob/trunk/lib/webrick/httpservlet/abstract.rb#L54
     # Servlets can be configured via initialize.  The first argument is the
     # HTTP server the servlet is being initialized for.
     #
-    #  class Configureable < Simple
+    #  class Configurable < Simple
     #    def initialize server, color, size
     #      super server
     #      @color = color

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

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