From 4d6a83149cb4c3f332c1ac31ffd8c1fb1a72e68a Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 14 Dec 2009 13:41:32 +0000 Subject: [PATCH] typo in comment --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 1e702083e7..f03cd6e172 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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 ); -- 2.20.1