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:36:22 UTC

svn commit: r586770 - in /httpd/httpd/trunk/docs/manual: developer/API.xml developer/documenting.xml mod/mod_proxy_ajp.xml stopping.xml

Author: trawick
Date: Sat Oct 20 11:36:21 2007
New Revision: 586770

URL: http://svn.apache.org/viewvc?rev=586770&view=rev
Log:
s/the the/the/

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

Modified:
    httpd/httpd/trunk/docs/manual/developer/API.xml
    httpd/httpd/trunk/docs/manual/developer/documenting.xml
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml
    httpd/httpd/trunk/docs/manual/stopping.xml

Modified: httpd/httpd/trunk/docs/manual/developer/API.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/API.xml?rev=586770&r1=586769&r2=586770&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/API.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/API.xml Sat Oct 20 11:36:21 2007
@@ -829,7 +829,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/trunk/docs/manual/developer/documenting.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/documenting.xml?rev=586770&r1=586769&r2=586770&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/documenting.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/documenting.xml Sat Oct 20 11:36:21 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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml?rev=586770&r1=586769&r2=586770&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml Sat Oct 20 11:36:21 2007
@@ -496,7 +496,7 @@
     <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>

Modified: httpd/httpd/trunk/docs/manual/stopping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.xml?rev=586770&r1=586769&r2=586770&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.xml (original)
+++ httpd/httpd/trunk/docs/manual/stopping.xml Sat Oct 20 11:36:21 2007
@@ -177,7 +177,7 @@
     will notice that the server statistics are set to zero when a
     <code>HUP</code> is sent.</p>
 
-<note>As with a graceful restart, a syntax check is run before the the
+<note>As with a graceful restart, a syntax check is run before the
 restart is attempted. If your configuration file has errors in it, the
 restart will not be attempted, and you will receive notification of the
 syntax error(s).</note>