Fix typo in MWExceptionHandlerTest
authoraddshore <addshorewiki@gmail.com>
Tue, 25 Feb 2014 21:37:40 +0000 (22:37 +0100)
committeraddshore <addshorewiki@gmail.com>
Tue, 25 Feb 2014 21:37:40 +0000 (22:37 +0100)
Change-Id: I9868155c05bc9ca708f72b0ede02d90612136db9

tests/phpunit/includes/exception/MWExceptionHandlerTest.php

index 838e4f0..2eb1c46 100644 (file)
@@ -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();