summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-03 08:02:27 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-03 08:02:27 +0000
commitf98bbea2f0b636ccd6b1d768b289b2ac90993306 (patch)
treef40c5ae8c1c734a2dea25347176390fb8cf88eea /modules
parentd48351a027ed58ddbbd10e196617cdd237ed46c4 (diff)
downloadbrdo-f98bbea2f0b636ccd6b1d768b289b2ac90993306.tar.gz
brdo-f98bbea2f0b636ccd6b1d768b289b2ac90993306.tar.bz2
- 'models' -> 'modules'
Diffstat (limited to 'modules')
-rw-r--r--modules/throttle.module2
-rw-r--r--modules/throttle/throttle.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/throttle.module b/modules/throttle.module
index c86e70b7a..081284557 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -103,7 +103,7 @@ function throttle_help($section) {
case 'admin/modules#description':
return t('Handles the auto-throttling mechanism, to control site congestion.');
case 'admin/settings/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 congestion control throttling 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.');
+ 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 congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal modules to automatically optimize their performance by temporarily disabling CPU-intensive functionality.');
}
}
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module
index c86e70b7a..081284557 100644
--- a/modules/throttle/throttle.module
+++ b/modules/throttle/throttle.module
@@ -103,7 +103,7 @@ function throttle_help($section) {
case 'admin/modules#description':
return t('Handles the auto-throttling mechanism, to control site congestion.');
case 'admin/settings/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 congestion control throttling 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.');
+ 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 congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal modules to automatically optimize their performance by temporarily disabling CPU-intensive functionality.');
}
}