From: Antoine Musso Date: Mon, 12 Dec 2011 15:47:31 +0000 (+0000) Subject: fix typo in message X-Git-Tag: 1.31.0-rc.0~26041 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=0ec2d313f02773723ed57b670a0eee921e1a5827;p=lhc%2Fweb%2Fwiklou.git fix typo in message follow r105891 --- 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" ); }