]> granicus.if.org Git - apache/commitdiff
s/it's/its/
authorJeff Trawick <trawick@apache.org>
Mon, 20 Aug 2012 19:19:29 +0000 (19:19 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 20 Aug 2012 19:19:29 +0000 (19:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375170 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modules.xml

index 49f13cc2abbf4b8c5848534defc46e8671106eb0..87e48f13661c2ef7fe842461d9c087b98aed114c 100644 (file)
@@ -120,7 +120,7 @@ static void register_hooks(void)
 
       <p>In the <code>mod_mmap_static</code> case I didn't care about the
       <code>post_config</code> stage, but the <code>mmap_static_xlat</code>
-      <strong>must</strong> be called after the core module had done it's name
+      <strong>must</strong> be called after the core module had done its name
       translation, hence the use of the aszPre to define a modifier to the
       position <code>HOOK_LAST</code>.</p>
     </section>