From 241ed507086647d56609a2e12228f5db7028feb1 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 21 Dec 2010 17:21:25 +0000 Subject: [PATCH] i before e except after c --- includes/filerepo/RepoGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index b9996941b1..4873547465 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -101,7 +101,7 @@ class RepoGroup { } if ( $title->getNamespace() != NS_MEDIA && $title->getNamespace() != NS_FILE ) { - throw new MWException( __METHOD__ . ' recieved an Title object with incorrect namespace' ); + throw new MWException( __METHOD__ . ' received an Title object with incorrect namespace' ); } # Check the cache -- 2.20.1