[ruby-dev:39835] [Bug #2435] webrick/config.rbにtypo

From: Sho Hashimoto <redmine@...>
Date: 2009-12-04 09:10:24 UTC
List: ruby-dev #39835
Bug #2435: webrick/config.rbにtypo
http://redmine.ruby-lang.org/issues/show/2435

起票者: Sho Hashimoto
ステータス: Open, 優先度: Low
ruby -v: ruby 1.9.2dev (2009-12-04 trunk 25993) [i686-linux]

特に動作に影響はありませんが、webrick/config.rbのコメントにtypoがあるようです。

--- lib/webrick/config.rb       (revision 25993)
+++ lib/webrick/config.rb       (working copy)
@@ -22,7 +22,7 @@
     General = {
       :ServerName     => Utils::getservername,
       :BindAddress    => nil,   # "0.0.0.0" or "::" or nil
-      :Port           => nil,   # users MUST specifiy this!!
+      :Port           => nil,   # users MUST specify this!!
       :MaxClients     => 100,   # maximum number of the concurrent connections
       :ServerType     => nil,   # default: WEBrick::SimpleServer
       :Logger         => nil,   # default: WEBrick::Log.new


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next