summaryrefslogtreecommitdiff
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2013-02-26 09:19:21 +0000
committerChristophe Jaillet <jailletc36@apache.org>2013-02-26 09:19:21 +0000
commit0be8ae143ff8a2494cb12d06de063b6c415034dc (patch)
tree116c9df61b2db605e1e415ce661db01b1c88ee0c /docs/manual/developer
parentac89d300fb78d3191bbf3063848f95b60843a94f (diff)
downloadhttpd-0be8ae143ff8a2494cb12d06de063b6c415034dc.tar.gz
Backport some small documentation tweeks from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1450091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/modules.xml2
1 files changed, 1 insertions, 1 deletions
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)
<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>