From c6266cb46a729b2b6bfda42734699a1383ba2fe2 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 20 Aug 2012 19:19:29 +0000 Subject: [PATCH] s/it's/its/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375170 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modules.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml index 49f13cc2abb..87e48f13661 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.

-- 2.47.3