Fix spelling mistakes
This commit is contained in:
committed by
Michael Stapelberg
parent
a2632fd308
commit
66d9c983e4
@ -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