]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Small typos.
authorLucien Gentis <lgentis@apache.org>
Sun, 8 Mar 2009 14:37:54 +0000 (14:37 +0000)
committerLucien Gentis <lgentis@apache.org>
Sun, 8 Mar 2009 14:37:54 +0000 (14:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@751432 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 225f10d5d68d1f5369a9070495531e99f93e0d4c..4c7d64e70d3d135c0f46c04c620cce498c148dd4 100644 (file)
       module="mod_include">SSIErrorMsg</directive> directives.</dd>
 
       <dt><code>sizefmt</code></dt>
-      <dd>The value sets the format to be used which displaying
+      <dd>The value sets the format to be used when displaying
       the size of a file. Valid values are <code>bytes</code>
       for a count in bytes, or <code>abbrev</code> for a count
       in Kb or Mb as appropriate, for example a size of 1024 bytes
 
     <section id="element.echo"><title>The echo Element</title>
       <p>This command prints one of the <a href="#includevars">include
-      variables</a>, defined below. If the variable is unset, the result is
+      variables</a> defined below. If the variable is unset, the result is
       determined by the <directive module="mod_include"
       >SSIUndefinedEcho</directive> directive. Any dates printed are
       subject to the currently configured <code>timefmt</code>.</p>
     <code>else</code> or <code>endif</code> element is included in the
     output stream.</p>
 
-    <p>The <code>elif</code> or <code>else</code> statements are be used
+    <p>The <code>elif</code> or <code>else</code> statements are used
     to put text into the output stream if the original
     <var>test_condition</var> was false. These elements are optional.</p>