[deployment-guide/comm-rel: 593/727] Fixed a silly typing error.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:14:53 UTC 2010


commit 2b56f46f862f85bf76dc64e43c51ada3ad7f042e
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Sep 6 17:23:16 2010 +0200

    Fixed a silly typing error.

 en-US/The_Apache_HTTP_Server.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 3566618..17297a6 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -707,7 +707,7 @@ httpd (pid 19014) is running...</screen>
             </para>
             <screen>CacheEnable <replaceable>type</replaceable> <replaceable>url</replaceable></screen>
             <para>
-              The <replaceable>type</replaceable> has to be a valid cache type as described in <xref linkend="table-apache-httpdconf-cacheenable" />. The <option>url</option> can be a path relative to the directory specified by the <option>DocumentRoot</option> directive (for example, <literal>/images/</literal>), a protocol (for example, <literal>ftp://</literal>), or an external URL such as <literal>http://example.com/</literal>.
+              The <replaceable>type</replaceable> has to be a valid cache type as described in <xref linkend="table-apache-httpdconf-cacheenable" />. The <replaceable>url</replaceable> can be a path relative to the directory specified by the <option>DocumentRoot</option> directive (for example, <literal>/images/</literal>), a protocol (for example, <literal>ftp://</literal>), or an external URL such as <literal>http://example.com/</literal>.
             </para>
             <table id="table-apache-httpdconf-cacheenable">
               <title>Available cache types</title>


More information about the docs-commits mailing list