From 64fa9aa723dc720bf4cfbb5114dcd92ac143682b Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 21 May 2010 19:25:13 +0000 Subject: [PATCH] fixed comment typo --- group/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group/lib.php b/group/lib.php index 7111c4a15bc..7764c44c57c 100644 --- a/group/lib.php +++ b/group/lib.php @@ -514,7 +514,7 @@ function groups_get_possible_roles($context) { * @param int $courseid The id of the course * @param int $roleid The role to select users from * @param int $cohortid restrict to cohort id - * @param string $orderby The colum to sort users by + * @param string $orderby The column to sort users by * @return array An array of the users */ function groups_get_potential_members($courseid, $roleid = null, $cohortid = null, $orderby = 'lastname ASC, firstname ASC') {