summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Celis <me@davidcel.is>2014-06-30 11:24:58 -0400
committerDavid Celis <me@davidcel.is>2014-06-30 11:24:58 -0400
commit925201c99cf31d397760c8b13a2936049d745e34 (patch)
treefe1a77403a7b7662eef0b6655bfb37e4f6d3d026
parent606daecacddb85fa60f740c5acbd0fea848459a8 (diff)
downloadrack-925201c99cf31d397760c8b13a2936049d745e34.tar.gz
Fix AccessLog documentation typo
-rw-r--r--lib/rack/server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/server.rb b/lib/rack/server.rb
index be7014c6..37483afb 100644
--- a/lib/rack/server.rb
+++ b/lib/rack/server.rb
@@ -166,7 +166,7 @@ module Rack
     # * :Port
     #     the port to bind to (used by supporting Rack::Handler)
     # * :AccessLog
-    #     webrick acess log options (or supporting Rack::Handler)
+    #     webrick access log options (or supporting Rack::Handler)
     # * :debug
     #     turn on debug output ($DEBUG = true)
     # * :warn