From b85f2868330a0ef32ee0b5dcc5b71730ffac2fb0 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 19 Dec 2009 08:01:19 +0000 Subject: * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patch from Sho Hashimoto in [ruby-dev:39835]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3