summaryrefslogtreecommitdiff
path: root/modules/throttle.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/throttle.module')
-rw-r--r--modules/throttle.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/throttle.module b/modules/throttle.module
index a40db7ea8..518f34d48 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -56,9 +56,9 @@ function throttle_exit() {
function throttle_perm() {
/*
** throttle module defines the following permissions:
- ** access throttle box - see throttle statistics
+ ** access throttle block - see throttle statistics
*/
- return array("access throttle box");
+ return array("access throttle block");
}
function throttle_help($section = "admin/help#throttle") {