about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-04 17:59:48 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-04 17:59:48 -0700
commit39ffd5590e4b5d2114215854deec848f849e9e87 (patch)
treeb214748e2c7b91d8a3ccde29a269925885455f99
parent1b0ee5826ef146a3e2647c40f3bc929d51d1b442 (diff)
downloadunicorn-39ffd5590e4b5d2114215854deec848f849e9e87.tar.gz
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index fe49e1b..6cf12a4 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -25,7 +25,7 @@ module Unicorn::Const
 
   # Maximum request body size before it is moved out of memory and into a
   # temporary file for reading (112 kilobytes).  This is the default
-  # value of of client_body_buffer_size.
+  # value of client_body_buffer_size.
   MAX_BODY = 1024 * 112
 
   # :stopdoc: