From: Aryeh Gregor Date: Mon, 24 Dec 2007 17:08:05 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: 1.31.0-rc.0~50279 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=6ac519303611d0f8dfaad0d1eca6b030a188ecd1;p=lhc%2Fweb%2Fwiklou.git Fix typo in comment. --- diff --git a/includes/SpecialPrefixindex.php b/includes/SpecialPrefixindex.php index 925bfe28c5..bfab21b6ac 100644 --- a/includes/SpecialPrefixindex.php +++ b/includes/SpecialPrefixindex.php @@ -40,7 +40,7 @@ function wfSpecialPrefixIndex( $par=NULL, $specialPage ) { * @addtogroup SpecialPage */ class SpecialPrefixindex extends SpecialAllpages { - // Inherit $magPerPage + // Inherit $maxPerPage // Define other properties protected $name = 'Prefixindex';