Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed May 31, 2012
1 parent 8973e49 commit 6723ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test_all.php
Expand Up @@ -48,7 +48,7 @@ function verbose($str) {
verbose($fail->nodeValue . "\n");
}
verbose($q->query('//pass')->length . " passes, ");
verbose($q->query('//fail')->length . " failues" . "\n");
verbose($q->query('//fail')->length . " failures" . "\n");
} else {
$failures += 1;
verbose($xml);
Expand Down

0 comments on commit 6723ce2

Please sign in to comment.