From 8dc0ae8fe51c0e62aed41c1b4bab635bd00aedcb Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 11 May 2009 17:11:29 +0000 Subject: [PATCH] fixed typo --- lib/setuplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setuplib.php b/lib/setuplib.php index 87a2a5231c..2747538635 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -64,7 +64,7 @@ class coding_exception extends moodle_exception { * if you do switch ($context->contextlevel), and have one case for each * CONTEXT_... constant. You might throw an invalid_state_exception in the * default case, to just in case something really weird is going on, and - * $context->contextlevel is invalid - ratehr than ignoring this possibility. + * $context->contextlevel is invalid - rather than ignoring this possibility. */ class invalid_state_exception extends moodle_exception { /** -- 2.39.5