Skip to content

Commit

Permalink
fixed comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 21, 2010
1 parent c6084d0 commit 64fa9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 64fa9aa

Please sign in to comment.