MDL-82530 core: Fix spelling

This commit is contained in:
Leon Stringer
2024-07-18 14:51:00 +01:00
parent 4197e50fec
commit e96db7beec
+1 -1
View File
@@ -277,7 +277,7 @@ class formatting {
$text = $filtermanager->filter_text($text, $context, $filteroptions);
break;
default: // FORMAT_MOODLE or anything else.
throw new \coding_exception("Unkown format passed to format_text: {$format}");
throw new \coding_exception("Unknown format passed to format_text: {$format}");
}
if ($filter) {