aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index ad28b2d0b5..ba7ed60298 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1148,7 +1148,7 @@ switch ($mode)
}
}
// include modules for manage groups link display or not
- // need to ensure the modulr is active
+ // need to ensure the module is active
if (!class_exists('p_master'))
{
include($phpbb_root_path . 'includes/functions_module.' . $phpEx);