]> git.mjollnir.org Git - moodle.git/commitdiff
Typo fix.
authortjhunt <tjhunt>
Tue, 7 Jul 2009 03:49:46 +0000 (03:49 +0000)
committertjhunt <tjhunt>
Tue, 7 Jul 2009 03:49:46 +0000 (03:49 +0000)
lib/ajax/ajaxlib.php

index d5406cb792e09b7686cee2b20e3598b09bb166b1..305314d051c25f8052794615f51bd874eba7e4a5 100644 (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 {