summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2005-02-09 17:35:05 +0000
committerJeff Trawick <trawick@apache.org>2005-02-09 17:35:05 +0000
commit93437c8c3f0f9ee5fe42e45f87753aa7c4f7b481 (patch)
treed86e1c1047aefa1ff41ed0c06749f698811867f2
parent71674537b7407afaf097e6c5f1655600a6d87477 (diff)
downloadhttpd-93437c8c3f0f9ee5fe42e45f87753aa7c4f7b481.tar.gz
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
-rw-r--r--docs/manual/developer/request.html.en2
-rw-r--r--docs/manual/developer/request.xml2
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'.