fix typo in message
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 12 Dec 2011 15:47:31 +0000 (15:47 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 12 Dec 2011 15:47:31 +0000 (15:47 +0000)
follow r105891

tests/phpunit/includes/MWNamespaceTest.php

index 1b64114..a95f08a 100644 (file)
@@ -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"
                );
 
        }