about summary refs log tree commit homepage
path: root/lib/mongrel
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-27 18:18:55 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-27 18:18:55 +0000
commit8afad6471c60b5c785e4f27739180df072ceede0 (patch)
tree14c420952fb007378ab1eaab01bed360672d07a1 /lib/mongrel
parent933ace523241695a56a87e190918e487cda0b4a0 (diff)
downloadunicorn-8afad6471c60b5c785e4f27739180df072ceede0.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@813 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'lib/mongrel')
-rw-r--r--lib/mongrel/configurator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mongrel/configurator.rb b/lib/mongrel/configurator.rb
index 334bdc4..bbb88ba 100644
--- a/lib/mongrel/configurator.rb
+++ b/lib/mongrel/configurator.rb
@@ -211,7 +211,7 @@ module Mongrel
     # Uses the GemPlugin system to easily load plugins based on their
     # gem dependencies.  You pass in either an :includes => [] or
     # :excludes => [] setting listing the names of plugins to include
-    # or exclude from the when determining the dependencies.
+    # or exclude from the determining the dependencies.
     def load_plugins(options={})
       ops = resolve_defaults(options)