diff --git a/renderer.php b/renderer.php
index 446e37d..d52af91 100644
--- a/renderer.php
+++ b/renderer.php
@@ -1016,7 +1016,7 @@ class mod_attendance_renderer extends plugin_renderer_base {
$o .= html_writer::div("
".get_string('graded', 'mod_attendance')."
");
}
if (!empty($table->data)) {
- // don't bother printing the table if no sessions are being shown.
+ // Don't bother printing the table if no sessions are being shown.
$o .= html_writer::table($table);
}