From aa2f66043f593c07f09e1105c381ba79dee05e48 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 17 Sep 2010 19:29:35 +0000 Subject: [PATCH] spelling fix --- group/assign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group/assign.php b/group/assign.php index 297c4992336..41130b5ad7d 100644 --- a/group/assign.php +++ b/group/assign.php @@ -85,7 +85,7 @@ if ($currentmembers) { $currentmemberscount ++; } - // Get course managers so they can be hilited in the list + // Get course managers so they can be highlighted in the list if ($managerroles = get_config('', 'coursecontact')) { $coursecontactroles = explode(',', $managerroles); foreach ($coursecontactroles as $roleid) {