From 40172340476ccf5fa388707bf0afb5a64f27b217 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 1 Jul 2009 19:52:06 +0000 Subject: [PATCH] Typo in comment --- includes/CategoryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 3f3f67c560..b8dab34b0b 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -400,7 +400,7 @@ class CategoryViewer { $index < $endChunk && $index < count($articles); $index++ ) { - // check for change of starting letter or begining of chunk + // check for change of starting letter or beginning of chunk if ( ($index == $startChunk) || ($articles_start_char[$index] != $articles_start_char[$index - 1]) ) -- 2.20.1