about summary refs log tree commit homepage
path: root/lib/mongrel/cgi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mongrel/cgi.rb')
-rw-r--r--lib/mongrel/cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mongrel/cgi.rb b/lib/mongrel/cgi.rb
index 7e93ba3..a9a7539 100644
--- a/lib/mongrel/cgi.rb
+++ b/lib/mongrel/cgi.rb
@@ -10,7 +10,7 @@ module Mongrel
   # The CGIWrapper.handler attribute is normally not set and is available for
   # frameworks that need to get back to the handler.  Rails uses this to give
   # people access to the RailsHandler#files (DirHandler really) so they can
-  # look-up paths and do other things withthe files managed there.
+  # look-up paths and do other things with the files managed there.
   #
   # In Rails you can get the real file for a request with:
   #