Merge branch 'MDL-82530-spelling' of https://github.com/leonstr/moodle

This commit is contained in:
Huong Nguyen
2024-07-25 10:41:22 +07:00
+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) {