Bug #2435
webrick/config.rbにtypo
| Status: | Closed | Start date: | 12/04/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| ruby -v: | ruby 1.9.2dev (2009-12-04 trunk 25993) [i686-linux] |
Description
特に動作に影響はありませんが、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
History
Updated by Shyouhei Urabe about 2 years ago
- Status changed from Open to Assigned
- Assignee set to Shyouhei Urabe
Updated by Shyouhei Urabe over 1 year ago
- Status changed from Assigned to Closed
Applied in changeset r26126.