You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2009/03/08 15:37:54 UTC

svn commit: r751432 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_include.xml

Author: lgentis
Date: Sun Mar  8 14:37:54 2009
New Revision: 751432

URL: http://svn.apache.org/viewvc?rev=751432&view=rev
Log:
Small typos.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_include.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_include.xml?rev=751432&r1=751431&r2=751432&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_include.xml Sun Mar  8 14:37:54 2009
@@ -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>
@@ -492,7 +492,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>