mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
fixed typo
This commit is contained in:
parent
7b9be84bf8
commit
8dc0ae8fe5
@ -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 {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user