From: Sam Hemelryk Date: Mon, 16 Jan 2012 06:44:57 +0000 (+0800) Subject: MDL-31011 course: Fixed typo in comment X-Git-Tag: v2.3.0-beta~1039^2~2^2~13 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=17f15e2053f1b9601d81f8a5100cf386bf54524a;hp=fb5bbc1d428e39f8f21202e5b747834134ddddf7;ds=sidebyside MDL-31011 course: Fixed typo in comment --- diff --git a/course/lib.php b/course/lib.php index 2f87a51c7a4..e5dc9913871 100644 --- a/course/lib.php +++ b/course/lib.php @@ -50,7 +50,7 @@ function make_log_url($module, $url) { switch ($module) { case 'course': if (strpos($url, 'report/') === 0) { - // there is only one report type, curse reports are deprecated + // there is only one report type, course reports are deprecated $url = "/$url"; break; }