Typo fix.

This commit is contained in:
tjhunt 2009-07-07 03:49:46 +00:00
parent 8f4e377dfe
commit 641e6ecd58

View File

@ -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 {