]> granicus.if.org Git - apache/commitdiff
Fix typos
authorStefan Fritsch <sf@apache.org>
Sat, 16 Jan 2010 20:12:22 +0000 (20:12 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 16 Jan 2010 20:12:22 +0000 (20:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@900018 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_reqtimeout.xml

index 0d53199f523a8aa35baca53f1ade562fde9075a2..251826cfcfb8baee677f73bc35735113e2feeda9 100644 (file)
 
     <dt><code>headerinit</code></dt>
     <dd>The initial timeout for receiving the request headers in seconds. 
-    Also the timout for receiving the first byte of the request. If
+    Also the timeout for receiving the first byte of the request. If
     <code>headerminrate</code> is not set, the request line and all headers
     must be received within this time.</dd>
 
 
     <dt><code>bodyinit</code></dt>
     <dd>The initial timeout for receiving the request body in seconds. 
-    Also the timout for receiving the first byte of the request body. If
+    Also the timeout for receiving the first byte of the request body. If
     <code>bodyminrate</code> is not set, the complete request body must be
     received within this time.</dd>