From d2a01cede90db657b7c523405b973635c19b4f45 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 20 Oct 2007 18:36:21 +0000 Subject: [PATCH] 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 +- docs/manual/mod/mod_proxy_ajp.xml | 2 +- docs/manual/stopping.xml | 2 +- 4 files changed, 4 insertions(+), 4 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 */
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.

diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml index 24959429ea..7bf5014ba5 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml +++ b/docs/manual/mod/mod_proxy_ajp.xml @@ -496,7 +496,7 @@ AJP13_GET_BODY_CHUNK :=

The status code and message are the usual HTTP things (e.g. 200 and OK). 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.
+ for details about how the codes are distinguished from the strings.
The codes for common headers are:

diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index e76e949e93..daefb09be1 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -177,7 +177,7 @@ will notice that the server statistics are set to zero when a HUP is sent.

-As with a graceful restart, a syntax check is run before the the +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). -- 2.40.0
NameCode value