From: skodak <skodak>
Date: Mon, 11 May 2009 17:11:29 +0000 (+0000)
Subject: fixed typo
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8dc0ae8fe51c0e62aed41c1b4bab635bd00aedcb;p=moodle.git

fixed typo
---

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 {
     /**