From 17f15e2053f1b9601d81f8a5100cf386bf54524a Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 16 Jan 2012 14:44:57 +0800 Subject: [PATCH] MDL-31011 course: Fixed typo in comment --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0