This commit is contained in:
George Rodrigues
2022-06-01 04:49:05 -03:00
committed by GitHub
parent 612a9317b0
commit 6ab64aa5b7
28 changed files with 31 additions and 31 deletions

View File

@ -433,7 +433,7 @@ int main(int argc, char *argv[]) {
bound = true;
/* Let the user know bind() was successful, so that they know the
* error messages can be disregarded. */
fprintf(stderr, "Successfuly bound to %s\n", addr.sun_path);
fprintf(stderr, "Successfully bound to %s\n", addr.sun_path);
sun_path = sstrdup(addr.sun_path);
break;
}

View File

@ -14,7 +14,7 @@
# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
# (unless you are already familiar with Perl)
#
# Tests whether we can switch to a non-existant workspace
# Tests whether we can switch to a non-existent workspace
# (necessary for further tests)
#
use List::Util qw(first);

View File

@ -267,7 +267,7 @@ like($output->[2], qr|^bindsym Mod1\+f resize shrink right 20 px$|, 'resize righ
like($output->[3], qr|^bindsym Mod1\+f resize grow down 23 px$|, 'resize bottom changed');
#####################################################################
# also resizing, but with indention this time
# also resizing, but with indentation this time
#####################################################################
like($output->[4], qr|^bindsym Mod1\+f resize grow left 10 px$|, 'resize left changed');

View File

@ -71,7 +71,7 @@ cmd 'focus left';
cmd 'mark left';
#
# get_marks replys an array of marks, whose order is undefined,
# get_marks replies an array of marks, whose order is undefined,
# so we use sort to be able to compare the output
#

View File

@ -18,7 +18,7 @@ use i3test i3_config => <<EOT;
# i3 config file (v4)
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# fake-1 under fake-0 to not interfere with left/right wraping
# fake-1 under fake-0 to not interfere with left/right wrapping
fake-outputs 1024x768+0+0,1024x768+0+1024
workspace X output fake-1
EOT

View File

@ -62,7 +62,7 @@ $config = <<'EOT';
font \
-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# Use line contiuation with too many lines (>4096 characters).
# Use line continuation with too many lines (>4096 characters).
# This config is invalid. Use it to ensure no buffer overflow.
bindsym Mod1+b \
0001-This is a very very very very very very very very very very very very very very very very very long cmd \

View File

@ -14,7 +14,7 @@
# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
# (unless you are already familiar with Perl)
#
# Verify that the corrent focus stack order is preserved after various
# Verify that the current focus stack order is preserved after various
# operations.
use i3test i3_config => <<EOT;
# i3 config file (v4)

View File

@ -43,9 +43,9 @@ void init_ctx(void *connptr) {
* | C |
* +-------+
*
* - Zone A is completly opaque.
* - Zone A is completely opaque.
* - Zone B is clickable through (input shape).
* - Zone C is completly transparent (bounding shape).
* - Zone C is completely transparent (bounding shape).
*/
void set_shape(long window_id) {
xcb_rectangle_t bounding_rectangle = { 0, 0, 100, 50 };

View File

@ -22,7 +22,7 @@ use i3test i3_config => <<EOT;
# i3 config file (v4)
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# fake-1 under fake-0 to not interfere with left/right wraping
# fake-1 under fake-0 to not interfere with left/right wrapping
fake-outputs 1024x768+0+0,1024x768+0+1024
workspace X output fake-1
EOT

View File

@ -55,7 +55,7 @@ sync_with_i3;
# Check that the windows are on the correct output
is_deeply(scalar $win_on_first_output->rect, $orig_rect1, "first window spans the first output");
is_deeply(scalar $win_on_second_output->rect, $orig_rect2, "second window spans the sencond output");
is_deeply(scalar $win_on_second_output->rect, $orig_rect2, "second window spans the second output");
# Check that both windows remained fullscreen
my $tree = i3(get_socket_path())->get_tree->recv;

View File

@ -66,7 +66,7 @@ for (my $i = 1; $i < 9; $i++) {
}
###############################################################################
# Same as above but explicitely type all the outputs
# Same as above but explicitly type all the outputs
###############################################################################
is_ws(1, 0, 'sanity check');

View File

@ -37,7 +37,7 @@ for (my $i = 1; $i < 9; $i++) {
}
###############################################################################
# Same as above but explicitely type all the outputs
# Same as above but explicitly type all the outputs
###############################################################################
is(focused_output, "fake-0", 'sanity check');