From: Daniel Gruno Date: Wed, 11 Apr 2012 10:02:46 +0000 (+0000) Subject: Fix some typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512642b1b1a8573d9091809a5015138e747eaf5f;p=thirdparty%2Fapache%2Fhttpd.git Fix some typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324681 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 9ae84c2563e..80240dc5ea5 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.

Using Apache to allocate configuration slots

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 name tag 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:

Trying out our new context aware configurations

-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:

diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml
index e284e2cbb36..e276f108086 100644
--- a/docs/manual/developer/modguide.xml
+++ b/docs/manual/developer/modguide.xml
@@ -1151,7 +1151,7 @@ the directive inside <Directory> and <Location> blocks.
 
 
Using Apache to allocate configuration slots

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 name tag 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:

Trying out our new context aware configurations

-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: