summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2007-10-20 20:36:21 +0200
committerJeff Trawick <trawick@apache.org>2007-10-20 20:36:21 +0200
commitd2a01cede90db657b7c523405b973635c19b4f45 (patch)
tree8badab37af3c41900b1ffda61a1359d8db59c0dc /docs/manual/developer
parentapr_dbd_get_entry from r466865 doesn't alloc new memory for each return val. (diff)
downloadapache2-d2a01cede90db657b7c523405b973635c19b4f45.tar.xz
apache2-d2a01cede90db657b7c523405b973635c19b4f45.zip
s/the the/the/
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
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/API.xml2
-rw-r--r--docs/manual/developer/documenting.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/developer/API.xml b/docs/manual/developer/API.xml
index d094d18e0f..6af161ce77 100644
--- a/docs/manual/developer/API.xml
+++ b/docs/manual/developer/API.xml
@@ -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:
diff --git a/docs/manual/developer/documenting.xml b/docs/manual/developer/documenting.xml
index c471ea7da5..0540e741af 100644
--- a/docs/manual/developer/documenting.xml
+++ b/docs/manual/developer/documenting.xml
@@ -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>