Index: trunk/phase3/includes/filerepo/RepoGroup.php |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | } |
103 | 103 | |
104 | 104 | if ( $title->getNamespace() != NS_MEDIA && $title->getNamespace() != NS_FILE ) { |
105 | | - throw new MWException( __METHOD__ . ' recieved an Title object with incorrect namespace' ); |
| 105 | + throw new MWException( __METHOD__ . ' received an Title object with incorrect namespace' ); |
106 | 106 | } |
107 | 107 | |
108 | 108 | # Check the cache |