typo
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2005 15:22:39 +0000 (15:22 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2005 15:22:39 +0000 (15:22 +0000)
includes/Title.php

index a4dc83f..7c94ef4 100644 (file)
@@ -901,7 +901,7 @@ class Title {
        }
 
        /**
-        * Is $wgUser perform $action this page?
+        * Can $wgUser perform $action this page?
         * @param string $action action that permission needs to be checked for
         * @return boolean
         * @access private