From 2bc8665e0d423a726302399541925c577e2ecb5e Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 2 Nov 2006 06:01:12 +0000 Subject: [PATCH] I before E except after C. Props schulte and Nazgul. fixes #3314 git-svn-id: http://svn.automattic.com/wordpress/trunk@4442 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') . '

'); ?>