From: Jeff Trawick Date: Sat, 20 Oct 2007 18:44:06 +0000 (+0000) Subject: like r586770 (trunk) X-Git-Tag: 2.0.62~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411159d4f97967b05e428623a189755665732bf6;p=thirdparty%2Fapache%2Fhttpd.git like r586770 (trunk) s/the the/the/ pointed out by git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@586773 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/API.xml b/docs/manual/developer/API.xml index dc85dcef0f1..e71df893a88 100644 --- a/docs/manual/developer/API.xml +++ b/docs/manual/developer/API.xml @@ -830,7 +830,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 c471ea7da5b..0540e741af9 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.