From: nicolasconnault Date: Thu, 24 Jan 2008 19:46:27 +0000 (+0000) Subject: Merging from 1.9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a7bea6c8755d3db558835e34b47721002f877d7e;p=moodle.git Merging from 1.9 --- diff --git a/lib/grade/grade_item.php b/lib/grade/grade_item.php index 2794ff4134..0db6c37080 100644 --- a/lib/grade/grade_item.php +++ b/lib/grade/grade_item.php @@ -755,7 +755,7 @@ class grade_item extends grade_object { return null; } else { - debugging("Unkown grade type"); + debugging("Unknown grade type"); return null; } }