]> git.sur5r.net Git - i3/i3/blobdiff - testcases/complete-run.pl
Fix spelling mistakes
[i3/i3] / testcases / complete-run.pl
index 2d61e993c314e027bc686a885817bc6252176375..14c0a15d80e8b34bc722738a7e80ad4f28aefe7a 100755 (executable)
@@ -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) {