You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/11/30 10:05:13 UTC

svn commit: r1415549 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: igalic
Date: Fri Nov 30 09:05:12 2012
New Revision: 1415549

URL: http://svn.apache.org/viewvc?rev=1415549&view=rev
Log:
analogous to r1415075

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1415549&r1=1415548&r2=1415549&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Fri Nov 30 09:05:12 2012
@@ -2972,7 +2972,7 @@ resource </description>
     <usage>
         <p>The <directive>MaxRangeOverlaps</directive> directive
             limits the number of overlapping HTTP ranges the server is willing to
-            return to the client.  If more overlapping ranges then permitted are requested,
+            return to the client. If more overlapping ranges than permitted are requested,
             the complete resource is returned instead.</p>
 
         <dl>
@@ -3007,7 +3007,7 @@ resource </description>
     <usage>
         <p>The <directive>MaxRangeReversals</directive> directive
             limits the number of HTTP Range reversals the server is willing to
-            return to the client.  If more ranges reversals then permitted are requested,
+            return to the client. If more ranges reversals than permitted are requested,
             the complete resource is returned instead.</p>
 
         <dl>