]> granicus.if.org Git - apache/commitdiff
fix function name in developer doc
authorJeff Trawick <trawick@apache.org>
Wed, 9 Feb 2005 17:35:05 +0000 (17:35 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 9 Feb 2005 17:35:05 +0000 (17:35 +0000)
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

docs/manual/developer/request.html.en
docs/manual/developer/request.xml

index e56be5dd9244988ae067edc823b626b823645188..f4a664d68c4e9bd811dd33a797738a4bf33d1c4b 100644 (file)
@@ -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'.
index eae390f7feff66a50972ac1e87500773736d7de7..72d5cf68b01b7866b2e36c15f6c924161ab286c0 100644 (file)
@@ -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'.