]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Capitalization consistency
authorRich Bowen <rbowen@apache.org>
Fri, 22 Sep 2006 18:13:10 +0000 (18:13 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 22 Sep 2006 18:13:10 +0000 (18:13 +0000)
Submitted by Vincent Bray

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@449032 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 775cec2cb23ccb8295bb18e3baedc7df1659308c..4a5ac10a63a4e1dc726c4078aef1ca2666740b88 100644 (file)
@@ -1716,8 +1716,8 @@ will be accepted from the client</description>
 <name>LimitRequestFieldSize</name>
 <description>Limits the size of the HTTP request header allowed from the
 client</description>
-<syntax>LimitRequestFieldsize <var>bytes</var></syntax>
-<default>LimitRequestFieldsize 8190</default>
+<syntax>LimitRequestFieldSize <var>bytes</var></syntax>
+<default>LimitRequestFieldSize 8190</default>
 <contextlist><context>server config</context></contextlist>
 
 <usage>