mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Typo fix.
This commit is contained in:
parent
8f4e377dfe
commit
641e6ecd58
@ -185,7 +185,7 @@ class page_requirements_manager {
|
||||
}
|
||||
if (!$fullurl) {
|
||||
if (!file_exists($CFG->dirroot . '/' . $stylesheet)) {
|
||||
throw new coding_exception('Attept to require a CSS file that does not exist.', $stylesheet);
|
||||
throw new coding_exception('Attempt to require a CSS file that does not exist.', $stylesheet);
|
||||
}
|
||||
$url = $CFG->httpswwwroot . '/' . $stylesheet;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user