typo in comment
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 14 Dec 2009 13:41:32 +0000 (13:41 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 14 Dec 2009 13:41:32 +0000 (13:41 +0000)
includes/Title.php

index 1e70208..f03cd6e 100644 (file)
@@ -2744,7 +2744,7 @@ class Title {
                        return $err;
                }
 
-               // If it is a file, more it first. It is done before all other moving stuff is done because it's hard to revert
+               // If it is a file, move it first. It is done before all other moving stuff is done because it's hard to revert
                $dbw = wfGetDB( DB_MASTER );
                if( $this->getNamespace() == NS_FILE ) {
                        $file = wfLocalFile( $this );