summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_include.xml
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2009-03-08 15:26:45 +0100
committerLucien Gentis <lgentis@apache.org>2009-03-08 15:26:45 +0100
commit60ea49d67b37baf06a11334151d42f635ab621f5 (patch)
treec86f9c5cea472ee8587bacca1d935ada6b50d3e4 /docs/manual/mod/mod_include.xml
parentRemove anomalous copyright line (diff)
downloadapache2-60ea49d67b37baf06a11334151d42f635ab621f5.tar.xz
apache2-60ea49d67b37baf06a11334151d42f635ab621f5.zip
Small typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@751431 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.xml')
-rw-r--r--docs/manual/mod/mod_include.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index 466d75cc4e..332e9fbd8c 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -154,7 +154,7 @@
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
@@ -169,7 +169,7 @@
<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>
@@ -500,7 +500,7 @@
<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>