Index: trunk/wb/admin/login/forgot/index.php
===================================================================
--- trunk/wb/admin/login/forgot/index.php	(revision 217)
+++ trunk/wb/admin/login/forgot/index.php	(revision 218)
@@ -91,7 +91,7 @@
 	Your password has been reset to the one above.
 	This means that your old password will no longer work.
 	
-	If you have recieved this message in error, please delete it immediatly.';
+	If you have received this message in error, please delete it immediatly.';
 				// Try sending the email
 				if(mail($mail_to, $mail_subject, $mail_message, 'From: '.SERVER_EMAIL)) {
 					$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET'];
Index: trunk/wb/account/forgot_form.php
===================================================================
--- trunk/wb/account/forgot_form.php	(revision 217)
+++ trunk/wb/account/forgot_form.php	(revision 218)
@@ -73,7 +73,7 @@
 Your password has been reset to the one above.
 This means that your old password will no longer work.
 
-If you have recieved this message in error, please delete it immediatly.';
+If you have received this message in error, please delete it immediatly.';
 			// Try sending the email
 			if(mail($mail_to, $mail_subject, $mail_message)) {
 				$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET'];
