]> git.sur5r.net Git - i3/i3/blobdiff - testcases/lib/StatusLine.pm
Fix spelling mistakes
[i3/i3] / testcases / lib / StatusLine.pm
index f2487797876b7f7520db35c5dbcb0997d51d3b15..6d32104a79f19b06f171b1fb210d20cc09dd6368 100644 (file)
@@ -46,8 +46,8 @@ sub status_init {
     status_completed(0);
 }
 
-# generates the status text, prints it in the appropiate line
-# and returns it, so it can be used in conjuction with C<Log()>
+# generates the status text, prints it in the appropriate line
+# and returns it, so it can be used in conjunction with C<Log()>
 sub status {
     my ($display, $msg) = @_;
     my $status = "[$display] $msg";