Index: trunk/extensions/Translate/ffs/Gettext.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
4 | 4 | |
5 | | -class GettextPluralException extends MwExceptipn {} |
| 5 | +class GettextPluralException extends MwException {} |
6 | 6 | |
7 | 7 | class GettextFormatReader extends SimpleFormatReader { |
8 | 8 | protected $pot = false; |