]> granicus.if.org Git - apache/commitdiff
Fix some typos
authorDaniel Gruno <humbedooh@apache.org>
Wed, 11 Apr 2012 10:02:46 +0000 (10:02 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 11 Apr 2012 10:02:46 +0000 (10:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324681 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.html.en
docs/manual/developer/modguide.xml

index 9ae84c2563edb260f561b84ba42f6d56802b7f8c..80240dc5ea56100ef2945cfb6f2479af871d03ac 100644 (file)
@@ -1152,7 +1152,7 @@ the directive inside &lt;Directory&gt; and &lt;Location&gt; 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>
index e284e2cbb361b2aa74b954a9326026ed8f2e2bd4..e276f1080866b4b63723b5ddb9fa707043737c4c 100644 (file)
@@ -1151,7 +1151,7 @@ the directive inside &lt;Directory&gt; and &lt;Location&gt; blocks.
 
 <section id="context_pool"><title>Using Apache to allocate configuration slots</title>
 <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 
@@ -1259,7 +1259,7 @@ two configurations and decide how they are to be merged:
 
 <section id="context_which"><title>Trying out our new context aware configurations</title>
 <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:
 <example><pre>