r78696 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78695‎ | r78696 | r78697 >
Date:17:21, 21 December 2010
Author:catrope
Status:ok
Tags:
Comment:
i before e except after c
Modified paths:
  • /trunk/phase3/includes/filerepo/RepoGroup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/RepoGroup.php
@@ -101,7 +101,7 @@
102102 }
103103
104104 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' );
106106 }
107107
108108 # Check the cache

Status & tagging log