Make WordPress Core

Ticket #28231: 28231.diff

File 28231.diff, 593 bytes (added by rclations, 11 years ago)
  • wp-cron.php

     
    3333        $value = 0;
    3434        if ( wp_using_ext_object_cache() ) {
    3535                // Skip local cache and force refetch of doing_cron transient in case
    36                 // another processs updated the cache
     36                // another process updated the cache
    3737                $value = wp_cache_get( 'doing_cron', 'transient', true );
    3838        } else {
    3939                $row = $wpdb->get_row( $wpdb->prepare( "SELECT option_value FROM $wpdb->options WHERE option_name = %s LIMIT 1", '_transient_doing_cron' ) );