You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2007/10/20 20:44:07 UTC

svn commit: r586773 - in /httpd/httpd/branches/2.0.x/docs/manual/developer: API.xml documenting.xml

Author: trawick
Date: Sat Oct 20 11:44:06 2007
New Revision: 586773

URL: http://svn.apache.org/viewvc?rev=586773&view=rev
Log:
like r586770 (trunk)

s/the the/the/

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

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/developer/API.xml
    httpd/httpd/branches/2.0.x/docs/manual/developer/documenting.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/developer/API.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/developer/API.xml?rev=586773&r1=586772&r2=586773&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/developer/API.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/developer/API.xml Sat Oct 20 11:44:06 2007
@@ -830,7 +830,7 @@
     </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:

Modified: httpd/httpd/branches/2.0.x/docs/manual/developer/documenting.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/developer/documenting.xml?rev=586773&r1=586772&r2=586773&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/developer/documenting.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/developer/documenting.xml Sat Oct 20 11:44:06 2007
@@ -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>