summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_reqtimeout.xml
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-01-16 21:12:22 +0100
committerStefan Fritsch <sf@apache.org>2010-01-16 21:12:22 +0100
commit826357cf4bcd7170c5b80e8eacfe9bfb04e1c345 (patch)
tree8d146b849e10e94ef9f995707df4aea3b07e97c1 /docs/manual/mod/mod_reqtimeout.xml
parentClarify references to arguments in the Header directive documentation. (diff)
downloadapache2-826357cf4bcd7170c5b80e8eacfe9bfb04e1c345.tar.xz
apache2-826357cf4bcd7170c5b80e8eacfe9bfb04e1c345.zip
Fix typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@900018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_reqtimeout.xml')
-rw-r--r--docs/manual/mod/mod_reqtimeout.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml
index 0d53199f52..251826cfcf 100644
--- a/docs/manual/mod/mod_reqtimeout.xml
+++ b/docs/manual/mod/mod_reqtimeout.xml
@@ -105,7 +105,7 @@
<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>
@@ -121,7 +121,7 @@
<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>