diff --git a/ChangeLog b/ChangeLog index ecf17f29f6..65655e09ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 19 14:57:17 2009 Yukihiro Matsumoto + + * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patch + from Sho Hashimoto in [ruby-dev:39835]. + Sat Dec 19 11:06:48 2009 Marc-Andre Lafortune * lib/matrix.rb (each2,collect2,map2): Fix enumerator diff --git a/lib/webrick/config.rb b/lib/webrick/config.rb index 946312e915..0fbb67f487 100644 --- a/lib/webrick/config.rb +++ b/lib/webrick/config.rb @@ -22,7 +22,7 @@ module WEBrick 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