Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -230,7 +230,7 @@ |
231 | 231 | return null; |
232 | 232 | } |
233 | 233 | |
234 | | - // Unsupported stuff, just to satisfy the new internace |
| 234 | + // Unsupported stuff, just to satisfy the new interface |
235 | 235 | public function setConfiguration( $conf ) { } |
236 | 236 | public function getConfiguration() { } |
237 | 237 | public function getNamespace() { return $this->namespaces[0]; } |
Index: trunk/extensions/Translate/tag/MoveJob.php |
— | — | @@ -12,6 +12,7 @@ |
13 | 13 | * Contains class with job for moving translation pages. |
14 | 14 | * |
15 | 15 | * @ingroup PageTranslation |
| 16 | + * @todo Get rid of direct reference to $wgMemc. |
16 | 17 | */ |
17 | 18 | class MoveJob extends Job { |
18 | 19 | public static function newJob( Title $source, Title $target, $base, /*User*/ $performer ) { |