You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/04/22 23:08:49 UTC

svn commit: r937063 - in /httpd/httpd/trunk/docs/manual/mod: mod_ratelimit.html.en mod_ratelimit.xml

Author: rbowen
Date: Thu Apr 22 21:08:49 2010
New Revision: 937063

URL: http://svn.apache.org/viewvc?rev=937063&view=rev
Log:
Stupid typo.

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en?rev=937063&r1=937062&r2=937063&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en Thu Apr 22 21:08:49 2010
@@ -34,7 +34,7 @@
 The connection speed to be simulated is specified, in kb/s, using the environment 
 variable <code>rate-limit</code>.</p>
 
-<div class="example"><h3>Example Configufation</h3><p><code>
+<div class="example"><h3>Example Configuration</h3><p><code>
 &lt;Location /downloads&gt;<br />
 SetHandler RATE_LIMIT<br />
 SetEnv rate-limit 400 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml?rev=937063&r1=937062&r2=937063&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml Thu Apr 22 21:08:49 2010
@@ -37,7 +37,7 @@ the document to validate. -->
 The connection speed to be simulated is specified, in kb/s, using the environment 
 variable <code>rate-limit</code>.</p>
 
-<example><title>Example Configufation</title>
+<example><title>Example Configuration</title>
 &lt;Location /downloads&gt;<br />
 SetHandler RATE_LIMIT<br />
 SetEnv rate-limit 400