You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/05/03 02:38:01 UTC

svn commit: r1098874 - in /httpd/httpd/trunk/docs/manual/mod: mod_expires.html.en mod_expires.xml

Author: covener
Date: Tue May  3 00:38:01 2011
New Revision: 1098874

URL: http://svn.apache.org/viewvc?rev=1098874&view=rev
Log:
fix typo -- two periods

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_expires.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_expires.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_expires.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_expires.html.en?rev=1098874&r1=1098873&r2=1098874&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_expires.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_expires.html.en Tue May  3 00:38:01 2011
@@ -55,7 +55,7 @@ criteria</td></tr>
     <p> When the <code>Expires</code> header is already part of the response
     generated by the server, for example when generated by a CGI script or 
     proxied from an origin server, this module does not change or add
-    an <code>Expires</code> or <code>Cache-Control</code> header..</p>
+    an <code>Expires</code> or <code>Cache-Control</code> header.</p>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">

Modified: httpd/httpd/trunk/docs/manual/mod/mod_expires.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_expires.xml?rev=1098874&r1=1098873&r2=1098874&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_expires.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_expires.xml Tue May  3 00:38:01 2011
@@ -54,7 +54,7 @@ criteria</description>
     <p> When the <code>Expires</code> header is already part of the response
     generated by the server, for example when generated by a CGI script or 
     proxied from an origin server, this module does not change or add
-    an <code>Expires</code> or <code>Cache-Control</code> header..</p>
+    an <code>Expires</code> or <code>Cache-Control</code> header.</p>
 </summary>
 
 <section id="AltSyn"><title>Alternate Interval Syntax</title>