From 0255aa20dce1523f3919ac6b116a94db662d5157 Mon Sep 17 00:00:00 2001 From: Mark Jaquith 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: https://develop.svn.wordpress.org/trunk@4442 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-login.php b/wp-login.php index 91cf01b42e..3c28a9936c 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.') . '

'); ?>