diff options
author | Eric Engestrom <[email protected]> | 2016-04-02 16:00:05 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2016-04-02 16:00:05 +0100 |
commit | 3e8081514d28871f8c780550719b2ea481b038c3 (patch) | |
tree | 89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /sway/layout.c | |
parent | 0d4c31edcd49e1780da9f637474adeb09d3b11c7 (diff) |
Fix spelling mistakes
Diffstat (limited to 'sway/layout.c')
-rw-r--r-- | sway/layout.c | 2 |
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; } |