From: Lucien Gentis
Date: Sun, 8 Mar 2009 14:37:54 +0000 (+0000)
Subject: Small typos.
X-Git-Tag: 2.2.12~198
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2a76976240428d1e011d16355483da87cebc83;p=thirdparty%2Fapache%2Fhttpd.git
Small typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@751432 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index 225f10d5d68..4c7d64e70d3 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -154,7 +154,7 @@
module="mod_include">SSIErrorMsg directives.
sizefmt
- The value sets the format to be used which displaying
+ The value sets the format to be used when displaying
the size of a file. Valid values are bytes
for a count in bytes, or abbrev
for a count
in Kb or Mb as appropriate, for example a size of 1024 bytes
@@ -169,7 +169,7 @@
The echo Element
This command prints one of the include
- variables, defined below. If the variable is unset, the result is
+ variables defined below. If the variable is unset, the result is
determined by the SSIUndefinedEcho directive. Any dates printed are
subject to the currently configured timefmt
.
@@ -492,7 +492,7 @@
else
or endif
element is included in the
output stream.
- The elif
or else
statements are be used
+
The elif
or else
statements are used
to put text into the output stream if the original
test_condition was false. These elements are optional.