summary refs log tree commit
diff options
context:
space:
mode:
authormig-hub <mig@mypeplum.com>2009-11-24 20:35:04 +0800
committerJoshua Peek <josh@joshpeek.com>2009-12-02 03:16:57 +0800
commit35b562e3df70de7f0b494fd1c7d5af653caa2abb (patch)
tree0841b1b97ac0f7729763ed1ec9fab4aa5bac90f2
parentac57058c067d343123e4f87932474114f250b89d (diff)
downloadrack-35b562e3df70de7f0b494fd1c7d5af653caa2abb.tar.gz
Fix typo on lib/rack/session/pool.rb
-rw-r--r--lib/rack/session/pool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/session/pool.rb b/lib/rack/session/pool.rb
index f6f87408..b3f8bd72 100644
--- a/lib/rack/session/pool.rb
+++ b/lib/rack/session/pool.rb
@@ -13,7 +13,7 @@ module Rack
     # In the context of a multithreaded environment, sessions being
     # committed to the pool is done in a merging manner.
     #
-    # The :drop option is available in rack.session.options if you with to
+    # The :drop option is available in rack.session.options if you wish to
     # explicitly remove the session from the session cache.
     #
     # Example: