r112902 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112901‎ | r112902 | r112903 >
Date:16:48, 2 March 2012
Author:siebrand
Status:ok
Tags:
Comment:
Fix typo in comment updated in r112887.
Modified paths:
  • /trunk/extensions/Translate/tag/SpecialPageTranslation.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php
@@ -86,7 +86,7 @@
8787
8888 if ( $action === 'encourage' ) {
8989 $dbw->delete( $table, $row, __METHOD__ );
90 - // @todo Check if page is currently actually encourageed to prevent duplicate log entries.
 90+ // @todo Check if page is currently actually encouraged to prevent duplicate log entries.
9191 $logger->addEntry( 'encourage', $title, null, array( serialize( $params ) ) );
9292 } else {
9393 $index = array( 'tgr_group', 'tgr_lang' );

Sign-offs

UserFlagDate
Nikerabbitinspected06:28, 5 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112887Fix a copy-paste mistake in r112882...santhosh13:18, 2 March 2012

Status & tagging log