diff --git a/wp-login.php b/wp-login.php index 91cf01b42..3c28a9936 100644 --- a/wp-login.php +++ b/wp-login.php @@ -132,7 +132,7 @@ case 'retrievepassword' : if ( 'invalidkey' == $_GET['error'] ) $errors['invalidkey'] = __('Sorry, that key does not appear to be valid.'); do_action('lost_password'); - login_header(__('Lost Password'), '

' . __('Please enter your username and e-mail address. You will recieve a new password via e-mail.') . '

'); + login_header(__('Lost Password'), '

' . __('Please enter your username and e-mail address. You will receive a new password via e-mail.') . '

'); ?>