r97268 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97267‎ | r97268 | r97269 >
Date:13:48, 16 September 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Typofix in variable name
Modified paths:
  • /trunk/extensions/Translate/specials/SpecialTranslationStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/specials/SpecialTranslationStats.php
@@ -497,7 +497,7 @@
498498 }
499499
500500 protected static function roundingAddition( $ts, $amount, $dir ) {
501 - if ( $direction === -1 ) {
 501+ if ( $dir === -1 ) {
502502 return -1 * ( $ts % $amount );
503503 } else {
504504 return $amount - ( $ts % $amount );

Status & tagging log