From c54be9ac6b271e6cb7eb26620e0d89979b597d5c Mon Sep 17 00:00:00 2001 From: zoranzoki21 Date: Sat, 26 Jan 2019 20:41:31 +0100 Subject: [PATCH] Fix typo in tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php Bug: T201491 Depends-On: I47530e01d8061d6826deaf0b9111d77a0b269d0a Change-Id: Iaf1abd06cd35444cf4c6c4edef65f973089579c1 --- tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php b/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php index f2f3da8ac5..5e32574d40 100644 --- a/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php +++ b/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php @@ -47,7 +47,7 @@ class MainSlotRoleHandlerTest extends MediaWikiTestCase { public function testFetDefaultModel() { $handler = new MainSlotRoleHandler( [ 100 => CONTENT_MODEL_TEXT ] ); - // For the main handler, the namespace determins the defualt model + // For the main handler, the namespace determins the default model $titleMain = $this->makeTitleObject( NS_MAIN ); $this->assertSame( CONTENT_MODEL_WIKITEXT, $handler->getDefaultModel( $titleMain ) ); -- 2.20.1