From a91437a3c175ced4e1fa4e5b03b1a23c908eece1 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Apr 2018 20:56:10 -0600 Subject: [PATCH] MDL-57600 format: Fix spelling errors --- course/format/renderer.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/course/format/renderer.php b/course/format/renderer.php index b12e4c6cbc1..357c0a33894 100644 --- a/course/format/renderer.php +++ b/course/format/renderer.php @@ -414,7 +414,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base { } /** - * Generate a summary of a section for display on the 'coruse index page' + * Generate a summary of a section for display on the 'course index page' * * @param stdClass $section The course_section entry from DB * @param stdClass $course The course entry from DB @@ -604,7 +604,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base { * Show if something is on on the course clipboard (moving around) * * @param stdClass $course The course entry from DB - * @param int $sectionno The section number in the coruse which is being dsiplayed + * @param int $sectionno The section number in the course which is being displayed * @return string HTML to output. */ protected function course_activity_clipboard($course, $sectionno = null) { @@ -634,7 +634,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base { * * @param stdClass $course The course entry from DB * @param array $sections The course_sections entries from the DB - * @param int $sectionno The section number in the coruse which is being dsiplayed + * @param int $sectionno The section number in the course which is being displayed * @return array associative array with previous and next section link */ protected function get_nav_links($course, $sections, $sectionno) { @@ -679,7 +679,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base { /** * Generate the header html of a stealth section * - * @param int $sectionno The section number in the coruse which is being dsiplayed + * @param int $sectionno The section number in the course which is being displayed * @return string HTML to output. */ protected function stealth_section_header($sectionno) { @@ -709,7 +709,7 @@ abstract class format_section_renderer_base extends plugin_renderer_base { /** * Generate the html for a hidden section * - * @param int $sectionno The section number in the coruse which is being dsiplayed + * @param int $sectionno The section number in the course which is being displayed * @param int|stdClass $courseorid The course to get the section name for (object or just course id) * @return string HTML to output. */