]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
like r586770 (trunk)
authorJeff Trawick <trawick@apache.org>
Sat, 20 Oct 2007 18:40:37 +0000 (18:40 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 20 Oct 2007 18:40:37 +0000 (18:40 +0000)
s/the the/the/

pointed out by <lucien.gentis lorraine.iufm.fr>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@586771 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.xml
docs/manual/developer/documenting.xml
docs/manual/mod/mod_authz_dbm.xml
docs/manual/mod/mod_proxy_ajp.xml
docs/manual/upgrading.xml

index d094d18e0fdd5857b0d1fb8b8812089b66288351..6af161ce77f30b678d44cd237ac7ec0f5741ed68 100644 (file)
@@ -829,7 +829,7 @@ void *request_config;   /* Notes on *this* request */</pre>
     </section>
 
     <section><title>Other sorts of resources -- cleanup functions</title>
-      <p>More text goes here. Describe the the cleanup primitives in terms of
+      <p>More text goes here. Describe the cleanup primitives in terms of
       which the file stuff is implemented; also, <code>spawn_process</code>.</p>
 
       <p>Pool cleanups live until <code>clear_pool()</code> is called:
index c471ea7da5bb0f2b5c971a3584271e110e4a18a8..0540e741af939ab13148cab3cd8e7f15caec7ff8 100644 (file)
@@ -27,7 +27,7 @@
 
 <summary>
     <p>Apache 2.0 uses <a href="http://www.doxygen.org/">Doxygen</a> to
-    document the APIs and global variables in the the code. This will explain
+    document the APIs and global variables in the code. This will explain
     the basics of how to document using Doxygen.</p>
 </summary>
 
index e3ed6ac620449f4abe28515c5dde2595fc954b41..ad37ff8115a05740cb18bec9e4c8646d17938584 100644 (file)
@@ -134,7 +134,7 @@ modules</description>
     directive explicitly to <code>Off</code> allows group authorization
     to be passed on to lower level modules (as defined in the
     <code>modules.c</code> file) if there is no group found
-    for the the supplied userID. If there are any groups
+    for the supplied userID. If there are any groups
     specified, the usual checks will be applied and a failure will
     give an Authentication Required reply.</p>
 
index 1cb0d5c39948860fabe7a322d0c4d6c3e7da1103..2f6db1c3ba6ec8901be21d66a6d91127f9a9d00b 100644 (file)
@@ -495,7 +495,7 @@ AJP13_GET_BODY_CHUNK :=
     <p>The status code and message are the usual HTTP things
     (e.g. <code>200</code> and <code>OK</code>). The response header names are
     encoded the same way the request header names are. See header_encoding above
-    for details about how the the codes are distinguished from the strings.<br />
+    for details about how the codes are distinguished from the strings.<br />
     The codes for common headers are:</p>
     <table>
       <tr><td>Name</td><td>Code value</td></tr>
index 9f7861780789926b6e8bcaa2702ffdad1cda6219..80ba457f40abbe372605b4b9424d5c88c9a0a903 100644 (file)
     <title>Third Party Modules</title>
 
    <p>Many third-party modules designed for version 2.0 will work
-   unchanged with the the Apache HTTP Server version 2.2.  But all
+   unchanged with the Apache HTTP Server version 2.2.  But all
    modules must be recompiled before being loaded.</p>
 
   </section>