From 0ec2d313f02773723ed57b670a0eee921e1a5827 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 12 Dec 2011 15:47:31 +0000 Subject: [PATCH] fix typo in message follow r105891 --- tests/phpunit/includes/MWNamespaceTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/includes/MWNamespaceTest.php b/tests/phpunit/includes/MWNamespaceTest.php index 1b641145b3..a95f08adb6 100644 --- a/tests/phpunit/includes/MWNamespaceTest.php +++ b/tests/phpunit/includes/MWNamespaceTest.php @@ -198,11 +198,11 @@ class MWNamespaceTest extends MediaWikiTestCase { public function testSpecialAndMediaAreDifferentSubjects() { $this->assertDifferentSubject( NS_MEDIA, NS_SPECIAL, - "NS_MEDIA and NS_SPECIAL are different subhects" + "NS_MEDIA and NS_SPECIAL are different subject namespaces" ); $this->assertDifferentSubject( NS_SPECIAL, NS_MEDIA, - "NS_SPECIAL and NS_MEDIA are different subhects" + "NS_SPECIAL and NS_MEDIA are different subject namespaces" ); } -- 2.20.1