r52644 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52643‎ | r52644 | r52645 >
Date:19:52, 1 July 2009
Author:simetrical
Status:ok
Tags:
Comment:
Typo in comment
Modified paths:
  • /trunk/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/CategoryPage.php
@@ -400,7 +400,7 @@
401401 $index < $endChunk && $index < count($articles);
402402 $index++ )
403403 {
404 - // check for change of starting letter or begining of chunk
 404+ // check for change of starting letter or beginning of chunk
405405 if ( ($index == $startChunk) ||
406406 ($articles_start_char[$index] != $articles_start_char[$index - 1]) )
407407

Status & tagging log