From 6ac519303611d0f8dfaad0d1eca6b030a188ecd1 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 24 Dec 2007 17:08:05 +0000 Subject: [PATCH] Fix typo in comment. --- includes/SpecialPrefixindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.20.1