]> git.mjollnir.org Git - moodle.git/commitdiff
Fix typo in comment (Bug MDL-8617).
authornfreear <nfreear>
Thu, 22 Feb 2007 15:31:16 +0000 (15:31 +0000)
committernfreear <nfreear>
Thu, 22 Feb 2007 15:31:16 +0000 (15:31 +0000)
group/lib/basicgrouplib.php

index 3a8687a878e3365fad096b6016efb8261a43f43a..d11278690a407403adb8f1eaa46f061468aa709d 100644 (file)
@@ -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) {