]> git.mjollnir.org Git - moodle.git/commitdiff
fixed typo
authorskodak <skodak>
Mon, 11 May 2009 17:11:29 +0000 (17:11 +0000)
committerskodak <skodak>
Mon, 11 May 2009 17:11:29 +0000 (17:11 +0000)
lib/setuplib.php

index 87a2a5231c6151ac4a427c7941aacabe6195b8f2..2747538635d6dad77908f3957d0551a517664454 100644 (file)
@@ -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 {
     /**