Per Aaron, fix typo in r102187
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 17 Dec 2011 13:10:48 +0000 (13:10 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 17 Dec 2011 13:10:48 +0000 (13:10 +0000)
includes/Title.php

index 0ac9f2e..aa96b95 100644 (file)
@@ -2004,7 +2004,7 @@ class Title {
                # Time to check the whitelist
                global $wgWhitelistRead;
 
-               # Only to these checks is there's something to check against
+               # Only do these checks is there's something to check against
                if ( is_array( $wgWhitelistRead ) && count( $wgWhitelistRead ) ) {
                        # Check for explicit whitelisting
                        $name = $this->getPrefixedText();