Fix spelling mistakes

This commit is contained in:
Eric Engeström
2016-04-04 08:33:59 +01:00
committed by Michael Stapelberg
parent a2632fd308
commit 66d9c983e4
19 changed files with 22 additions and 22 deletions

View File

@ -49,7 +49,7 @@ binmode STDERR, ':utf8';
# subshell or situations like that.
AnyEvent::Util::close_all_fds_except(0, 1, 2);
# convinience wrapper to write to the log file
# convenience wrapper to write to the log file
my $log;
sub Log { say $log "@_" }
@ -208,7 +208,7 @@ $single_cv->recv;
$aggregator->stop();
# print empty lines to seperate failed tests from statuslines
# print empty lines to separate failed tests from statuslines
print "\n\n";
for (@done) {