diff options
author | Jean-Frederic Clere <jfclere@apache.org> | 2005-06-27 14:49:40 +0200 |
---|---|---|
committer | Jean-Frederic Clere <jfclere@apache.org> | 2005-06-27 14:49:40 +0200 |
commit | bee34f6c63348f65873ad5d39830c53f069c6ce3 (patch) | |
tree | 1b70dfd889dea7c83a6a521003f339d0db7aafda | |
parent | Add more detail to the RewriteMap rnd: example, as well as rewriting (diff) | |
download | apache2-bee34f6c63348f65873ad5d39830c53f069c6ce3.tar.xz apache2-bee34f6c63348f65873ad5d39830c53f069c6ce3.zip |
typo: submitted by Daniel Lopez (daniel at rawbyte dot com)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@201979 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/programs/configure.html.en | 4 | ||||
-rw-r--r-- | docs/manual/programs/configure.xml | 4 | ||||
-rw-r--r-- | docs/manual/programs/logresolve.html.en | 2 | ||||
-rw-r--r-- | docs/manual/programs/logresolve.xml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 6b5d9c9d2a..158058da4e 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -436,7 +436,7 @@ <dt><code>--enable-dav</code></dt> <dd>Enable the WebDAV protocol handling provided by <code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code>. Support for filesystem resources is - provided by the seperate module <code class="module"><a href="../mod/mod_dav_fs.html">mod_dav_fs</a></code>. This + provided by the separate module <code class="module"><a href="../mod/mod_dav_fs.html">mod_dav_fs</a></code>. This module is also automatically enabled with <code>--enable-dav</code>.<br /> Note: <code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code> can only be used together with the @@ -506,7 +506,7 @@ <dd>Enable the proxy/gateway functionality provided by <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>. The proxying capabilities for <code>AJP13</code>, <code>CONNECT</code>, <code>FTP</code>, - <code>HTTP</code> and the balancer are provided by the seperate + <code>HTTP</code> and the balancer are provided by the separate modules <code class="module"><a href="../mod/mod_proxy_ajp.html">mod_proxy_ajp</a></code>, <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code>, <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code>, <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code> and diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 4fbda1a72e..08d62791fb 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -440,7 +440,7 @@ <dt><code>--enable-dav</code></dt> <dd>Enable the WebDAV protocol handling provided by <module>mod_dav</module>. Support for filesystem resources is - provided by the seperate module <module>mod_dav_fs</module>. This + provided by the separate module <module>mod_dav_fs</module>. This module is also automatically enabled with <code>--enable-dav</code>.<br/> Note: <module>mod_dav</module> can only be used together with the @@ -510,7 +510,7 @@ <dd>Enable the proxy/gateway functionality provided by <module>mod_proxy</module>. The proxying capabilities for <code>AJP13</code>, <code>CONNECT</code>, <code>FTP</code>, - <code>HTTP</code> and the balancer are provided by the seperate + <code>HTTP</code> and the balancer are provided by the separate modules <module>mod_proxy_ajp</module>, <module>mod_proxy_connect</module>, <module>mod_proxy_ftp</module>, <module>mod_proxy_http</module> and diff --git a/docs/manual/programs/logresolve.html.en b/docs/manual/programs/logresolve.html.en index e6ee748e60..94f6859d44 100644 --- a/docs/manual/programs/logresolve.html.en +++ b/docs/manual/programs/logresolve.html.en @@ -31,7 +31,7 @@ looked up the first time it is found in the log file.</p> <p>Takes an Apache log file on standard input. The IP addresses - must be the first thing on each line and must be seperated from + must be the first thing on each line and must be separated from the remainder of the line by a space.</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li> diff --git a/docs/manual/programs/logresolve.xml b/docs/manual/programs/logresolve.xml index bf226962a9..76e0f9fcfd 100644 --- a/docs/manual/programs/logresolve.xml +++ b/docs/manual/programs/logresolve.xml @@ -34,7 +34,7 @@ looked up the first time it is found in the log file.</p> <p>Takes an Apache log file on standard input. The IP addresses - must be the first thing on each line and must be seperated from + must be the first thing on each line and must be separated from the remainder of the line by a space.</p> </summary> |