summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 1a1caad76..a926d019d 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1277,7 +1277,7 @@ function flood_register_event($name) {
*
* @param $name
* The name of the event.
- * @param $number
+ * @param $threshold
* The maximum number of the specified event per hour (per visitor).
* @return
* True if the user did not exceed the hourly threshold. False otherwise.