Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | # This extension needs email enabled! |
11 | 11 | # Otherwise users can't get their passwords... |
12 | 12 | if( !$wgEnableEmail ) { |
13 | | - echo "ConfirmAccount extension requeires \$wgEnableEmail set to true \n"; |
| 13 | + echo "ConfirmAccount extension requires \$wgEnableEmail set to true \n"; |
14 | 14 | exit( 1 ) ; |
15 | 15 | } |
16 | 16 | |