Index: sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php
===================================================================
--- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php	(revision 1797)
+++ sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php	(working copy)
@@ -362,7 +362,7 @@
 		
 			if ( is_wp_error( $response ) ) {
 				$error = sprintf(
-					'Recieved WP_Error message: %s Request was: %s',
+					'Received WP_Error message: %s Request was: %s',
 					implode( ', ', $response->get_error_messages() ),
 					print_r( $body, true )
 				);
@@ -370,7 +370,7 @@
 				// trigger_error() has a message limit of 1024 bytes, so we truncate $response['body'] to make sure that $body doesn't get truncated.
 				
 				$error = sprintf(
-					'Recieved HTTP code: %s and body: %s. Request was: %s',
+					'Received HTTP code: %s and body: %s. Request was: %s',
 					$response['response']['code'],
 					substr( sanitize_text_field( $response['body'] ), 0, 500 ),
 					print_r( $body, true )
Index: sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php	(revision 1797)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php	(working copy)
@@ -342,7 +342,7 @@
 
 					if ( false === strpos( $error_messages, 'Operation timed out' ) ) {
 						$error = sprintf(
-							'Recieved WP_Error message: %s; Request was to %s; Arguments were: %s',
+							'Received WP_Error message: %s; Request was to %s; Arguments were: %s',
 							$error_messages,
 							$url,
 							print_r( $args, true )
@@ -352,7 +352,7 @@
 					// trigger_error() has a message limit of 1024 bytes, so we truncate $response['body'] to make sure that $body doesn't get truncated.
 	
 					$error = sprintf(
-						'Recieved HTTP code: %s and body: %s. Request was to: %s; Arguments were: %s',
+						'Received HTTP code: %s and body: %s. Request was to: %s; Arguments were: %s',
 						$response['response']['code'],
 						substr( sanitize_text_field( $response['body'] ), 0, 500 ),
 						$url,
