diff options
author | Jeff Trawick <trawick@apache.org> | 2005-02-09 18:35:05 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2005-02-09 18:35:05 +0100 |
commit | 93437c8c3f0f9ee5fe42e45f87753aa7c4f7b481 (patch) | |
tree | d86e1c1047aefa1ff41ed0c06749f698811867f2 /docs/manual/developer | |
parent | New Japanese translation. (diff) | |
download | apache2-93437c8c3f0f9ee5fe42e45f87753aa7c4f7b481.tar.xz apache2-93437c8c3f0f9ee5fe42e45f87753aa7c4f7b481.zip |
fix function name in developer doc
PR: 33438
Submitted by: Bojan Smojver
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r-- | docs/manual/developer/request.html.en | 2 | ||||
-rw-r--r-- | docs/manual/developer/request.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en index e56be5dd92..f4a664d68c 100644 --- a/docs/manual/developer/request.html.en +++ b/docs/manual/developer/request.html.en @@ -37,7 +37,7 @@ behavior. As patches were introduced to 2.0, these optimizations (and the server behavior) were quickly broken due to this duplication of code. All duplicate code has been folded - back into <code>ap_process_internal_request()</code> to prevent + back into <code>ap_process_request_internal()</code> to prevent the code from falling out of sync again.</p> <p>This means that much of the existing code was 'unoptimized'. diff --git a/docs/manual/developer/request.xml b/docs/manual/developer/request.xml index eae390f7fe..72d5cf68b0 100644 --- a/docs/manual/developer/request.xml +++ b/docs/manual/developer/request.xml @@ -42,7 +42,7 @@ behavior. As patches were introduced to 2.0, these optimizations (and the server behavior) were quickly broken due to this duplication of code. All duplicate code has been folded - back into <code>ap_process_internal_request()</code> to prevent + back into <code>ap_process_request_internal()</code> to prevent the code from falling out of sync again.</p> <p>This means that much of the existing code was 'unoptimized'. |