From 641e6ecd587e334f5e2192ab2cf44b181a71cdaf Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 7 Jul 2009 03:49:46 +0000 Subject: [PATCH] Typo fix. --- lib/ajax/ajaxlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5