summaryrefslogtreecommitdiff
path: root/modules/throttle
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-06-20 08:27:03 +0000
committerDries Buytaert <dries@buytaert.net>2004-06-20 08:27:03 +0000
commitefed4cfc709e5bf61b4a61dc757347fd4d592b16 (patch)
tree0ab6d90e3d037e513b483dc86d36d1cd470f0b06 /modules/throttle
parent1b46d7fcfe5480d1e7f5d6b291715208bc4f789e (diff)
downloadbrdo-efed4cfc709e5bf61b4a61dc757347fd4d592b16.tar.gz
brdo-efed4cfc709e5bf61b4a61dc757347fd4d592b16.tar.bz2
- Patch #8679 by asimmonds: fixed spelling mistakes.
Diffstat (limited to 'modules/throttle')
-rw-r--r--modules/throttle/throttle.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module
index 6f6c2333f..fe5fe6b10 100644
--- a/modules/throttle/throttle.module
+++ b/modules/throttle/throttle.module
@@ -62,7 +62,7 @@ function throttle_help($section) {
case 'admin/modules#description':
return t('Allows configuration of congestion control auto-throttle mechanism.');
case 'admin/modules/throttle':
- return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal models to automatically optimize their performance by temporarily disabling CPU-intensive functionality. To use the auto-throttle, the access log must be enabled. It is advised that you carefully read the explainations below and then properly tune this module based on your site\'s requirements and your webserver\'s capabilities.', array('%access' => url('admin/modules/statistics')));
+ return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal models to automatically optimize their performance by temporarily disabling CPU-intensive functionality. To use the auto-throttle, the access log must be enabled. It is advised that you carefully read the explanations below and then properly tune this module based on your site\'s requirements and your webserver\'s capabilities.', array('%access' => url('admin/modules/statistics')));
case 'admin/help#throttle':
return t("
<h3>Introduction</h3>