Fix typo in [34848].

See #33968.

git-svn-id: https://develop.svn.wordpress.org/trunk@34872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-10-06 17:27:12 +00:00
parent be303910e9
commit f5b64d1674

View File

@ -168,7 +168,7 @@ class WP_PHPUnit_Util_Getopt extends PHPUnit_Util_Getopt {
if ( ! isset( $skipped_groups['external-http'] ) ) { if ( ! isset( $skipped_groups['external-http'] ) ) {
echo PHP_EOL; echo PHP_EOL;
echo 'External HTTP skipped tests can be caused by timeouts.' . PHP_EOL; echo 'External HTTP skipped tests can be caused by timeouts.' . PHP_EOL;
echo 'If this changeset inclues changes to HTTP, make sure there are no timeouts.' . PHP_EOL; echo 'If this changeset includes changes to HTTP, make sure there are no timeouts.' . PHP_EOL;
echo PHP_EOL; echo PHP_EOL;
} }
} }