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) {

View 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";

View File

@ -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;
#####################################################################

View File

@ -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;
#####################################################################

View File

@ -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.
#

View File

@ -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);