From df9443a3c65f63da41fd12b2369302c0f336ba8c Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Sat, 14 Nov 2015 14:48:54 -0500 Subject: [ticket/14283] Fix spelling of the word module PHPBB3-14283 --- phpBB/memberlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/memberlist.php') 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); -- cgit v1.2.1