Skip to content

Commit

Permalink
Merge branch 'wip-mdl-52077' of https://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 10, 2015
2 parents 47a445e + 81676e8 commit 3c6210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phpunit/classes/advanced_testcase.php
Expand Up @@ -85,7 +85,7 @@ final public function runBare() {
$debugerror = phpunit_util::display_debugging_messages();
$this->resetDebugging();
if ($debugerror) {
trigger_error('Unenxpected debugging() call detected.', E_USER_NOTICE);
trigger_error('Unexpected debugging() call detected.', E_USER_NOTICE);
}

} catch (Exception $e) {
Expand Down

0 comments on commit 3c6210a

Please sign in to comment.