MDL-31011 course: Fixed typo in comment
authorSam Hemelryk <sam@moodle.com>
Mon, 16 Jan 2012 06:44:57 +0000 (14:44 +0800)
committerkordan <kordan@mclink.it>
Thu, 19 Jan 2012 17:35:38 +0000 (18:35 +0100)
course/lib.php

index 2f87a51..e5dc991 100644 (file)
@@ -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;
             }