From: Jeff Trawick Date: Mon, 20 Aug 2012 19:19:29 +0000 (+0000) Subject: s/it's/its/ X-Git-Tag: 2.5.0-alpha~6392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c941ec0bf4d0ebf9770ebd79b3d040b01aecff52;p=apache s/it's/its/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375170 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml index 49f13cc2ab..87e48f1366 100644 --- a/docs/manual/developer/modules.xml +++ b/docs/manual/developer/modules.xml @@ -120,7 +120,7 @@ static void register_hooks(void)

In the mod_mmap_static case I didn't care about the post_config stage, but the mmap_static_xlat - must be called after the core module had done it's name + must be called after the core module had done its name translation, hence the use of the aszPre to define a modifier to the position HOOK_LAST.