Typo in comment
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 1 Jul 2009 19:52:06 +0000 (19:52 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 1 Jul 2009 19:52:06 +0000 (19:52 +0000)
includes/CategoryPage.php

index 3f3f67c..b8dab34 100644 (file)
@@ -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]) )