summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-08-20 21:19:29 +0200
committerJeff Trawick <trawick@apache.org>2012-08-20 21:19:29 +0200
commitc941ec0bf4d0ebf9770ebd79b3d040b01aecff52 (patch)
tree8c03638b28773cd3ac98572d3979e7bdc4bec860
parentOnly substitute slashes if needed. (diff)
downloadapache2-c941ec0bf4d0ebf9770ebd79b3d040b01aecff52.tar.xz
apache2-c941ec0bf4d0ebf9770ebd79b3d040b01aecff52.zip
s/it's/its/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375170 13f79535-47bb-0310-9956-ffa450edef68
-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>