diff options
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 4d3060780f..b46230b10a 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -443,7 +443,7 @@ switch ($mode) AND ug.user_pending = 0'; $result = $db->sql_query($sql); - // Devide data into profile data and current user data + // Divide data into profile data and current user data $profile_groups = $user_groups = array(); while ($row = $db->sql_fetchrow($result)) { |