diff options
author | Rich Bowen <rbowen@apache.org> | 2010-04-22 23:08:49 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-04-22 23:08:49 +0200 |
commit | 1b53e0a3e2270f99e732f29a4a64d63c745ea0c4 (patch) | |
tree | fd7ce82c2b4ef93109f3502e4e820f8d3905e704 /docs/manual | |
parent | Added working config to mod_ratelimit (diff) | |
download | apache2-1b53e0a3e2270f99e732f29a4a64d63c745ea0c4.tar.xz apache2-1b53e0a3e2270f99e732f29a4a64d63c745ea0c4.zip |
Stupid typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937063 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_ratelimit.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_ratelimit.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en index 98d666fb94..fb37d1a480 100644 --- a/docs/manual/mod/mod_ratelimit.html.en +++ b/docs/manual/mod/mod_ratelimit.html.en @@ -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> <Location /downloads><br /> SetHandler RATE_LIMIT<br /> SetEnv rate-limit 400 diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml index 89d38a705f..bcb6e92fa2 100644 --- a/docs/manual/mod/mod_ratelimit.xml +++ b/docs/manual/mod/mod_ratelimit.xml @@ -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> <Location /downloads><br /> SetHandler RATE_LIMIT<br /> SetEnv rate-limit 400 |