Make WordPress Core


Ignore:
Timestamp:
10/06/2015 05:27:12 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in [34848].

See #33968.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/bootstrap.php

    r34848 r34872  
    166166        }
    167167
    168         if ( ! isset( $skipped_groups['external-http'] ) ){
     168        if ( ! isset( $skipped_groups['external-http'] ) ) {
    169169            echo PHP_EOL;
    170170            echo 'External HTTP skipped tests can be caused by timeouts.' . PHP_EOL;
    171             echo 'If this changeset inclues changes to HTTP, make sure there are no timeouts.' . PHP_EOL;
     171            echo 'If this changeset includes changes to HTTP, make sure there are no timeouts.' . PHP_EOL;
    172172            echo PHP_EOL;
    173173        }
Note: See TracChangeset for help on using the changeset viewer.