From: Aryeh Gregor Date: Wed, 1 Jul 2009 19:52:06 +0000 (+0000) Subject: Typo in comment X-Git-Tag: 1.31.0-rc.0~41148 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=40172340476ccf5fa388707bf0afb5a64f27b217;p=lhc%2Fweb%2Fwiklou.git Typo in comment --- 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]) )