From: Igor Galić
Date: Thu, 17 Oct 2013 22:14:30 +0000 (+0000)
Subject: Fix typos and grammar.
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc5f8e84b875f575b50989c918a136753492d04;p=thirdparty%2Fapache%2Fhttpd.git
Fix typos and grammar.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533274 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml
index f88cbf5416a..c938293cbc6 100644
--- a/docs/manual/mod/mod_macro.xml
+++ b/docs/manual/mod/mod_macro.xml
@@ -93,7 +93,7 @@ Examples section.
Parameter names should begin with a sigil such as $,
%, or @, so that they are clearly
-identifiable, and also in order to help deail with interactions with
+identifiable, and also in order to help deal with interactions with
other directives, such as the core Define directive. Failure to do so will
result in a warning. Nevertheless, you are encouraged to have a good
@@ -232,7 +232,7 @@ UndefMacro DirGroup
The Use directive controls the use of a macro.
The specified macro is expanded. It must be given the same number of
- arguments than in the macro definition. The provided values are
+ arguments as in the macro definition. The provided values are
associated to their corresponding initial parameters and are substituted
before processing.