diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-04-11 12:02:46 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-04-11 12:02:46 +0200 |
commit | 93ca524412929f08d0a4cba70e6e89a535e75fb4 (patch) | |
tree | 37c0a1d7e81d487632522277758811b843c5db31 /docs/manual/developer/modguide.html.en | |
parent | Fix some C conformity (declare variables before function calls, silly humbedooh) (diff) | |
download | apache2-93ca524412929f08d0a4cba70e6e89a535e75fb4.tar.xz apache2-93ca524412929f08d0a4cba70e6e89a535e75fb4.zip |
Fix some typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/modguide.html.en')
-rw-r--r-- | docs/manual/developer/modguide.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 9ae84c2563..80240dc5ea 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -1152,7 +1152,7 @@ the directive inside <Directory> and <Location> blocks. <h3><a name="context_pool" id="context_pool">Using Apache to allocate configuration slots</a></h3> <p> A much smarter way to manage your configurations is by letting Apache -help you create them. To do so, we must first start off by chancing our +help you create them. To do so, we must first start off by changing our <em>name tag</em> to let Apache know, that it should assist us in creating and managing our configurations. Since we have chosen the per-directory (or per-location) context for our module configurations, we'll add a @@ -1260,7 +1260,7 @@ two configurations and decide how they are to be merged: <h3><a name="context_which" id="context_which">Trying out our new context aware configurations</a></h3> <p> -Now, let's try putting it all together to create a new module that it +Now, let's try putting it all together to create a new module that is context aware. First off, we'll create a configuration that lets us test how the module works: <div class="example"><pre> |