You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/20 13:57:33 UTC

svn commit: r1328338 - in /httpd/httpd/trunk/docs/manual: developer/modules.xml mod/mod_reqtimeout.xml

Author: humbedooh
Date: Fri Apr 20 11:57:33 2012
New Revision: 1328338

URL: http://svn.apache.org/viewvc?rev=1328338&view=rev
Log:
Last of the typos

Modified:
    httpd/httpd/trunk/docs/manual/developer/modules.xml
    httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml

Modified: httpd/httpd/trunk/docs/manual/developer/modules.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/modules.xml?rev=1328338&r1=1328337&r2=1328338&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/modules.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/modules.xml Fri Apr 20 11:57:33 2012
@@ -127,7 +127,7 @@ static void register_hooks(void)
 
     <section id="moddef"><title>Module Definition</title>
       <p>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</p>
 
       <example><pre>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml?rev=1328338&r1=1328337&r2=1328338&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.xml Fri Apr 20 11:57:33 2012
@@ -45,7 +45,7 @@
       <li>
         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
         <directive module="core">LimitRequestBody</directive>):