Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php |
— | — | @@ -198,11 +198,11 @@ |
199 | 199 | public function testSpecialAndMediaAreDifferentSubjects() { |
200 | 200 | $this->assertDifferentSubject( |
201 | 201 | NS_MEDIA, NS_SPECIAL, |
202 | | - "NS_MEDIA and NS_SPECIAL are different subhects" |
| 202 | + "NS_MEDIA and NS_SPECIAL are different subject namespaces" |
203 | 203 | ); |
204 | 204 | $this->assertDifferentSubject( |
205 | 205 | NS_SPECIAL, NS_MEDIA, |
206 | | - "NS_SPECIAL and NS_MEDIA are different subhects" |
| 206 | + "NS_SPECIAL and NS_MEDIA are different subject namespaces" |
207 | 207 | ); |
208 | 208 | |
209 | 209 | } |