From 826357cf4bcd7170c5b80e8eacfe9bfb04e1c345 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 16 Jan 2010 20:12:22 +0000 Subject: Fix typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@900018 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_reqtimeout.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/manual/mod/mod_reqtimeout.xml') 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.
-- cgit v1.2.3