From: Daniel Gruno Date: Fri, 20 Apr 2012 11:57:33 +0000 (+0000) Subject: Last of the typos X-Git-Tag: 2.5.0-alpha~7106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb7d43f8666989ad90847710eaf7aedcf0a3f333;p=apache Last of the typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328338 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml index 90352e75a1..49f13cc2ab 100644 --- a/docs/manual/developer/modules.xml +++ b/docs/manual/developer/modules.xml @@ -127,7 +127,7 @@ static void register_hooks(void)
Module Definition

There are now a lot fewer stages to worry about when - creating your module definition. The old defintion looked + creating your module definition. The old definition looked like

diff --git a/docs/manual/mod/mod_reqtimeout.xml b/docs/manual/mod/mod_reqtimeout.xml
index 3707843081..5697a7f6e2 100644
--- a/docs/manual/mod/mod_reqtimeout.xml
+++ b/docs/manual/mod/mod_reqtimeout.xml
@@ -45,7 +45,7 @@
       
  • Allow at least 10 seconds to receive the request body. If the client sends data, increase the timeout by 1 second for every - 1000 bytes received, with no upper limit for the timeout (exept for + 1000 bytes received, with no upper limit for the timeout (except for the limit given indirectly by LimitRequestBody):