summaryrefslogtreecommitdiff
path: root/sway/layout.c
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <[email protected]>2016-04-02 19:09:12 +0200
committerMikkel Oscar Lyderik <[email protected]>2016-04-02 19:09:12 +0200
commit4885a6c423b9bcf4a60e57b32f528b9c90d09cd8 (patch)
tree89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /sway/layout.c
parent0d4c31edcd49e1780da9f637474adeb09d3b11c7 (diff)
parent3e8081514d28871f8c780550719b2ea481b038c3 (diff)
Merge pull request #569 from 1ace/master
Fix spelling mistakes
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;
}