From 5b48908f39cb8abedaea83b473300158b223012d Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 3 Jul 2013 01:59:46 +0000 Subject: [PATCH] Heartbeat: fix comment spelling git-svn-id: https://develop.svn.wordpress.org/trunk@24544 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/ajax-actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index ca9ddda814..63d52fefe2 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -2084,7 +2084,7 @@ function wp_ajax_heartbeat() { // Allow the transport to be replaced with long-polling easily do_action( 'heartbeat_tick', $response, $screen_id ); - // Send the current time acording to the server + // Send the current time according to the server $response['server_time'] = time(); wp_send_json($response);