Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -400,7 +400,7 @@ |
401 | 401 | $index < $endChunk && $index < count($articles); |
402 | 402 | $index++ ) |
403 | 403 | { |
404 | | - // check for change of starting letter or begining of chunk |
| 404 | + // check for change of starting letter or beginning of chunk |
405 | 405 | if ( ($index == $startChunk) || |
406 | 406 | ($articles_start_char[$index] != $articles_start_char[$index - 1]) ) |
407 | 407 | |