From: Lucien Gentis
Date: Sun, 8 Mar 2009 14:26:45 +0000 (+0000)
Subject: Small typos.
X-Git-Tag: 2.3.2~20
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60ea49d67b37baf06a11334151d42f635ab621f5;p=thirdparty%2Fapache%2Fhttpd.git
Small typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@751431 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index 466d75cc4e5..332e9fbd8c6 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.
@@ -500,7 +500,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.