From 93ca524412929f08d0a4cba70e6e89a535e75fb4 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 11 Apr 2012 10:02:46 +0000 Subject: [PATCH] Fix some typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324681 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modguide.html.en | 4 ++-- docs/manual/developer/modguide.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 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.

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 e284e2cbb3..e276f10808 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:

-- 
2.50.0