Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | |
88 | 88 | if ( $action === 'encourage' ) { |
89 | 89 | $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. |
91 | 91 | $logger->addEntry( 'encourage', $title, null, array( serialize( $params ) ) ); |
92 | 92 | } else { |
93 | 93 | $index = array( 'tgr_group', 'tgr_lang' ); |