Fix spelling mistakes
This commit is contained in:
committed by
Michael Stapelberg
parent
a2632fd308
commit
66d9c983e4
@ -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) {
|
||||
|
@ -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";
|
||||
|
@ -33,7 +33,7 @@ my $x = X11::XCB::Connection->new;
|
||||
|
||||
my $i3 = i3;
|
||||
|
||||
# Switch to the nineth workspace
|
||||
# Switch to the ninth workspace
|
||||
$i3->command('9')->recv;
|
||||
|
||||
#####################################################################
|
||||
|
@ -33,7 +33,7 @@ my $x = X11::XCB::Connection->new;
|
||||
|
||||
my $i3 = i3;
|
||||
|
||||
# Switch to the nineth workspace
|
||||
# Switch to the ninth workspace
|
||||
$i3->command('9')->recv;
|
||||
|
||||
#####################################################################
|
||||
|
@ -14,7 +14,7 @@
|
||||
# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
|
||||
# (unless you are already familiar with Perl)
|
||||
#
|
||||
# Check if stacking containers can be used independantly of
|
||||
# Check if stacking containers can be used independently of
|
||||
# the split mode (horizontal/vertical) of the underlying
|
||||
# container.
|
||||
#
|
||||
|
@ -65,7 +65,7 @@ ok(-S $socketpath, "file $socketpath exists and is a socket");
|
||||
exit_gracefully($pid);
|
||||
|
||||
#####################################################################
|
||||
# configuration file case: socket gets placed whereever we specify
|
||||
# configuration file case: socket gets placed wherever we specify
|
||||
#####################################################################
|
||||
|
||||
my $tmpdir = tempdir(CLEANUP => 1);
|
||||
|
Reference in New Issue
Block a user