[deployment-guide: 20/185] Fixed a typing error.

Jaromir Hradilek jhradile at fedoraproject.org
Sun May 15 21:11:41 UTC 2011


commit 70da1bb16b568861f37d3aa6b25561b5d34f0532
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Jan 19 17:47:00 2011 +0100

    Fixed a 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 dbc9ff7..6489e9f 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -1075,7 +1075,7 @@ Syntax OK</screen>
             </para>
             <screen>CacheDefaultExpire <replaceable>time</replaceable></screen>
             <para>
-              The <replaceable>time</replaceable> specified in seconds. The default option is <literal>3600</literal> (that is, one hour).
+              The <replaceable>time</replaceable> is specified in seconds. The default option is <literal>3600</literal> (that is, one hour).
             </para>
             <example id="example-apache-httpdconf-cachedefaultexpire">
               <title>Using the <option>CacheDefaultExpire</option> directive</title>


More information about the docs-commits mailing list