diff --git a/lib.php b/lib.php index 2ca2ba4..6dbc960 100644 --- a/lib.php +++ b/lib.php @@ -41,7 +41,7 @@ function expcontent_delete_instance($id) { function expcontent_supports($feature) { switch($feature) { case FEATURE_COMPLETION_TRACKS_VIEWS: return true; - case FEATRUE_SHOW_COMPLETION: return true; + case FEATURE_SHOW_COMPLETION: return true; case FEATURE_BACKUP_MOODLE2: return true; default: return null; }