From b60b2ce6c474405977ddfe583cf21c906fd421c0 Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 10 Aug 2007 20:59:25 +0000 Subject: [PATCH] fixed typos --- lib/gradelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gradelib.php b/lib/gradelib.php index f41f213ccd..b99c506958 100644 --- a/lib/gradelib.php +++ b/lib/gradelib.php @@ -101,7 +101,7 @@ require_once($CFG->libdir . '/grade/grade_grade_text.php'); * @param string $itemmodule more specific then $itemtype - assignment, forum, etc.; maybe NULL for some item types * @param int $iteminstance instance it of graded subject * @param int $itemnumber most probably 0, modules can use other numbers when having more than one grades for each user - * @param mixed $grades grade (object, array) or several grades (arrays of arrays or objects), NULL if updating rgade_item definition only\ + * @param mixed $grades grade (object, array) or several grades (arrays of arrays or objects), NULL if updating grade_item definition only * @param mixed $itemdetails object or array describing the grading item, NULL if no change */ function grade_update($source, $courseid, $itemtype, $itemmodule, $iteminstance, $itemnumber, $grades=NULL, $itemdetails=NULL) { -- 2.39.5