Heartbeat: fix comment spelling

git-svn-id: https://develop.svn.wordpress.org/trunk@24544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-07-03 01:59:46 +00:00
parent 8cc84ab4c9
commit 5b48908f39

View File

@ -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);