]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
like r586770 (trunk)
authorJeff Trawick <trawick@apache.org>
Sat, 20 Oct 2007 18:44:06 +0000 (18:44 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 20 Oct 2007 18:44:06 +0000 (18:44 +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.0.x@586773 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.xml
docs/manual/developer/documenting.xml

index dc85dcef0f1accf171e3ae33e2dcd30dd85da302..e71df893a8801661aededf2dd724b76856f65cd1 100644 (file)
@@ -830,7 +830,7 @@ void *request_config;   /* Notes on *this* request */
     </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>