summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-19 08:01:19 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-19 08:01:19 +0000
commitfa9d0c6e417afc1e9aa1fd51e054fe0d8d239e4d (patch)
tree926a2aa4c9cf49d010d92292b7c47eb71d4b64a0 /lib
parent959022a6762e8266274766332bafdf948bc84ab3 (diff)
downloadruby-fa9d0c6e417afc1e9aa1fd51e054fe0d8d239e4d.tar.gz
ruby-fa9d0c6e417afc1e9aa1fd51e054fe0d8d239e4d.tar.xz
ruby-fa9d0c6e417afc1e9aa1fd51e054fe0d8d239e4d.zip
* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patch
from Sho Hashimoto in [ruby-dev:39835]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/webrick/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/config.rb b/lib/webrick/config.rb
index 946312e91..0fbb67f48 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