From 89f4c930868346064b4046c7d08ccfa6fdd96cff Mon Sep 17 00:00:00 2001 From: addshore Date: Tue, 25 Feb 2014 22:37:40 +0100 Subject: [PATCH] Fix typo in MWExceptionHandlerTest Change-Id: I9868155c05bc9ca708f72b0ede02d90612136db9 --- tests/phpunit/includes/exception/MWExceptionHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1