aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2015-11-14 14:48:54 -0500
committerRichard McGirr <rmcgirr83@gmail.com>2015-11-14 14:48:54 -0500
commitdf9443a3c65f63da41fd12b2369302c0f336ba8c (patch)
tree23955fa5fae944bd9593959dde3bd3bda6c3eeba /phpBB/memberlist.php
parent03662d5a895e9c097d89d281093d125c9c0ed942 (diff)
downloadforums-df9443a3c65f63da41fd12b2369302c0f336ba8c.tar
forums-df9443a3c65f63da41fd12b2369302c0f336ba8c.tar.gz
forums-df9443a3c65f63da41fd12b2369302c0f336ba8c.tar.bz2
forums-df9443a3c65f63da41fd12b2369302c0f336ba8c.tar.xz
forums-df9443a3c65f63da41fd12b2369302c0f336ba8c.zip
[ticket/14283] Fix spelling of the word module
PHPBB3-14283
Diffstat (limited to 'phpBB/memberlist.php')
-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);