aboutsummaryrefslogtreecommitdiff
path: root/sway/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/layout.c')
-rw-r--r--sway/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c
index 180aafa0..b1139b1b 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -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;
}