summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_include.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-05-09 18:04:02 +0000
committerJoshua Slive <slive@apache.org>2002-05-09 18:04:02 +0000
commit60456d8d99c345a862687fc497ce2994645ea3fa (patch)
tree4a088ffd03ff2f5033f75ea796fc7b976958fbba /docs/manual/mod/mod_include.html
parent3bda54d137c2571602cbbd9d6e5dcad6777be230 (diff)
downloadhttpd-60456d8d99c345a862687fc497ce2994645ea3fa.tar.gz
Typo patrol.
PR: 8943 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.html')
-rw-r--r--docs/manual/mod/mod_include.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html
index c56fd265bb..4e12dc1453 100644
--- a/docs/manual/mod/mod_include.html
+++ b/docs/manual/mod/mod_include.html
@@ -8,7 +8,7 @@
before they are sent to the client. The processing is
controlled by specially formated SGML comments, referred to as
<em>elements</em>. These elements allow conditional text, the
- inclusion other files or programs, as well as the setting and
+ inclusion of other files or programs, as well as the setting and
printing of environment variables.</p>
<h2>Directives</h2><ul><li><a href="#ssiendtag">SSIEndTag</a></li><li><a href="#ssierrormsg">SSIErrorMsg</a></li><li><a href="#ssistarttag">SSIStartTag</a></li><li><a href="#ssitimeformat">SSITimeFormat</a></li><li><a href="#ssiundefinedecho">SSIUndefinedEcho</a></li><li><a href="#xbithack">XBitHack</a></li></ul><p><strong>See also </strong></p><ul><li><a class="directive" href="core.html#options"><code class="directive">Options</code></a></li><li><a class="directive" href="core.html#setoutputfilter"><code class="directive">SetOutputFilter</code></a></li><li><a class="directive" href="core.html#acceptpathinfo"><code class="directive">AcceptPathInfo</code></a></li></ul><h2><a name="enabling">Enabling Server-Side Includes</a></h2>