Just a quick fix to the "Request Processing in Apache 2.0" document, which may
cause people, like myself, to search for non-existing function for some time,
before figuring out it's a typo :-)

--
Bojan
diff -ruN httpd-2.0.52-vanilla/docs/manual/developer/request.xml httpd-2.0.52/docs/manual/developer/request.xml
--- httpd-2.0.52-vanilla/docs/manual/developer/request.xml	2004-04-18 04:33:25.000000000 +1000
+++ httpd-2.0.52/docs/manual/developer/request.xml	2005-02-02 10:08:11.915333828 +1100
@@ -41,7 +41,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'.

Reply via email to