From: Niklas Laxström Date: Wed, 14 Sep 2005 15:22:39 +0000 (+0000) Subject: typo X-Git-Tag: 1.6.0~1641 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=7daf795fe891b1c57b14d124432b6a86141fbb14;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/Title.php b/includes/Title.php index a4dc83f04a..7c94ef4798 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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