fix typo. close #311

This commit is contained in:
benoitc 2012-03-16 05:57:20 +01:00
parent f181219903
commit 76446ad8d3

View File

@ -481,7 +481,7 @@ class LimitRequestFieldSize(Setting):
type = "int"
default = 8190
desc= """\
Limit he allowed size of an HTTP request header field.
Limit the allowed size of an HTTP request header field.
Value is a number from 0 (unlimited) to 8190. to set the limit
on the allowed size of an HTTP request header field.