Fix variable name in doc comment added in r78192
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 13 Dec 2010 12:44:34 +0000 (12:44 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 13 Dec 2010 12:44:34 +0000 (12:44 +0000)
includes/SpecialPage.php

index 8e80c65..88d11af 100644 (file)
@@ -732,7 +732,7 @@ class SpecialPage {
         * Use PHP's magic __call handler to get calls to the old PHP4 constructor
         * because PHP E_STRICT yells at you for having __construct() and SpecialPage()
         *
-        * @param $name String Name of called method
+        * @param $fName String Name of called method
         * @param $a Array Arguments to the method
         * @deprecated Call isn't deprecated, but SpecialPage::SpecialPage() is
         */
@@ -1064,4 +1064,4 @@ class SpecialMyuploads extends UnlistedSpecialPage {
                global $wgUser;
                return SpecialPage::getTitleFor( 'Listfiles', $wgUser->getName() );
        }
-}
\ No newline at end of file
+}