aboutsummaryrefslogtreecommitdiffstats
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
commitb85f2868330a0ef32ee0b5dcc5b71730ffac2fb0 (patch)
tree926a2aa4c9cf49d010d92292b7c47eb71d4b64a0
parentfad1e8c7618153063abcbcdb44b045c68ea8d2e6 (diff)
downloadruby-b85f2868330a0ef32ee0b5dcc5b71730ffac2fb0.tar.gz
* 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
-rw-r--r--ChangeLog5
-rw-r--r--lib/webrick/config.rb2
2 files changed, 6 insertions, 1 deletions
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 <matz@ruby-lang.org>
+
+ * 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 <ruby-core@marc-andre.ca>
* 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