mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Fix spelling mistakes
This commit is contained in:
parent
0d4c31edcd
commit
3e8081514d
8 changed files with 16 additions and 16 deletions
|
|
@ -204,7 +204,7 @@ void swap_container(swayc_t *a, swayc_t *b) {
|
|||
if (a_parent->focused == a) {
|
||||
a_parent->focused = b;
|
||||
}
|
||||
// dont want to double switch
|
||||
// don't want to double switch
|
||||
if (b_parent->focused == b && a_parent != b_parent) {
|
||||
b_parent->focused = a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue