]> granicus.if.org Git - apache/commitdiff
Fix typos and grammar.
authorIgor Galić <igalic@apache.org>
Thu, 17 Oct 2013 22:14:30 +0000 (22:14 +0000)
committerIgor Galić <igalic@apache.org>
Thu, 17 Oct 2013 22:14:30 +0000 (22:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533274 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_macro.xml

index f88cbf5416a27d9255e0e6aec9210f2fa7ec5b7a..c938293cbc661d13a17190759ec2d809510e0882 100644 (file)
@@ -93,7 +93,7 @@ Examples section.</p>
 
 <p>Parameter names should begin with a sigil such as <code>$</code>,
 <code>%</code>, or <code>@</code>, 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 <directive
 module="core">Define</directive> directive. Failure to do so will 
 result in a warning. Nevertheless, you are encouraged to have a good
@@ -232,7 +232,7 @@ UndefMacro DirGroup
 <usage>
     <p>The <directive>Use</directive> 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.</p>