Last of the typos
authorDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 11:57:33 +0000 (11:57 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 11:57:33 +0000 (11:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328338 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modules.xml
docs/manual/mod/mod_reqtimeout.xml

index 90352e75a1925195cd556254bd79b1a9dd65f52e..49f13cc2abbf4b8c5848534defc46e8671106eb0 100644 (file)
@@ -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>
index 3707843081ebba4f48c8dfcbc91f38eff7edf299..5697a7f6e2beb4af876a98310379d9b5f58cf3af 100644 (file)
@@ -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>):