From d2a01cede90db657b7c523405b973635c19b4f45 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 20 Oct 2007 18:36:21 +0000 Subject: s/the the/the/ pointed out by git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586770 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/API.xml | 2 +- docs/manual/developer/documenting.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/manual/developer') 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 */
Other sorts of resources -- cleanup functions -

More text goes here. Describe the the cleanup primitives in terms of +

More text goes here. Describe the cleanup primitives in terms of which the file stuff is implemented; also, spawn_process.

Pool cleanups live until clear_pool() 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 @@

Apache 2.0 uses Doxygen 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.

-- cgit v1.2.3