From: Stefan Fritsch Date: Sat, 16 Jan 2010 20:12:22 +0000 (+0000) Subject: Fix typos X-Git-Tag: 2.3.5~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=826357cf4bcd7170c5b80e8eacfe9bfb04e1c345;p=apache Fix typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@900018 13f79535-47bb-0310-9956-ffa450edef68 --- 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 @@
headerinit
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 headerminrate is not set, the request line and all headers must be received within this time.
@@ -121,7 +121,7 @@
bodyinit
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 bodyminrate is not set, the complete request body must be received within this time.