From: addshore Date: Tue, 25 Feb 2014 21:37:40 +0000 (+0100) Subject: Fix typo in MWExceptionHandlerTest X-Git-Tag: 1.31.0-rc.0~16821 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=89f4c930868346064b4046c7d08ccfa6fdd96cff;p=lhc%2Fweb%2Fwiklou.git Fix typo in MWExceptionHandlerTest Change-Id: I9868155c05bc9ca708f72b0ede02d90612136db9 --- diff --git a/tests/phpunit/includes/exception/MWExceptionHandlerTest.php b/tests/phpunit/includes/exception/MWExceptionHandlerTest.php index 838e4f076b..2eb1c46e7a 100644 --- a/tests/phpunit/includes/exception/MWExceptionHandlerTest.php +++ b/tests/phpunit/includes/exception/MWExceptionHandlerTest.php @@ -20,7 +20,7 @@ class MWExceptionHandlerTest extends MediaWikiTestCase { } catch ( Exception $e ) { } - # Make sure our strack trace contains an array and an object passed to + # Make sure our stack trace contains an array and an object passed to # some function in the stacktrace. Else, we can not assert the trace # redaction achieved its job. $trace = $e->getTrace();