From: tjhunt Date: Tue, 7 Jul 2009 03:49:46 +0000 (+0000) Subject: Typo fix. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=641e6ecd587e334f5e2192ab2cf44b181a71cdaf;p=moodle.git Typo fix. --- diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index d5406cb792..305314d051 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -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 {