aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick/config.rb')
-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 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