Skip to content

Commit

Permalink
corrected misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
leedwilkins authored and sebastianbergmann committed Mar 31, 2017
1 parent 6410ba6 commit beb46f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/TestRunner.php
Expand Up @@ -465,7 +465,7 @@ class_exists($arguments['printer'], false)) {
}

if (!$this->codeCoverageFilter->hasWhitelist()) {
$this->writeMessage('Error', 'Whitelist is improperly configured, no files listed fort testing.');
$this->writeMessage('Error', 'Whitelist is improperly configured, no files listed for testing.');

$codeCoverageReports = 0;

Expand Down

0 comments on commit beb46f1

Please sign in to comment.