]> granicus.if.org Git - apache/commitdiff
s/the the/the/
authorJeff Trawick <trawick@apache.org>
Sat, 20 Oct 2007 18:36:21 +0000 (18:36 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 20 Oct 2007 18:36:21 +0000 (18:36 +0000)
pointed out by <lucien.gentis lorraine.iufm.fr>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586770 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.xml
docs/manual/developer/documenting.xml
docs/manual/mod/mod_proxy_ajp.xml
docs/manual/stopping.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 24959429eae280ff0d52ebea52023afd05042ebc..7bf5014ba5d83265ae0078da71f3cf984723e3a1 100644 (file)
@@ -496,7 +496,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 e76e949e932f43d6a3ea35dd86ccad86f0bd783e..daefb09be1aeddf2c0319852fb54fdfa23a10fa3 100644 (file)
     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>