From c333aeea9c7ab4c38904ef64782a4a3b023a8051 Mon Sep 17 00:00:00 2001 From: nfreear Date: Thu, 22 Feb 2007 15:31:16 +0000 Subject: [PATCH] Fix typo in comment (Bug MDL-8617). --- group/lib/basicgrouplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group/lib/basicgrouplib.php b/group/lib/basicgrouplib.php index 3a8687a878..d11278690a 100644 --- a/group/lib/basicgrouplib.php +++ b/group/lib/basicgrouplib.php @@ -118,7 +118,7 @@ function groups_get_groups_for_current_user($courseid) { * Get the group settings object for a group - this contains the following * properties: * name, description, lang, theme, picture, hidepicture - * @param int $groupid The id of the gruop + * @param int $groupid The group ID. * @return object The group settings object */ function groups_get_group_settings($groupid, $courseid=false, $alldata=false) { -- 2.39.5