diff options
author | Mikkel Oscar Lyderik <[email protected]> | 2016-04-02 19:09:12 +0200 |
---|---|---|
committer | Mikkel Oscar Lyderik <[email protected]> | 2016-04-02 19:09:12 +0200 |
commit | 4885a6c423b9bcf4a60e57b32f528b9c90d09cd8 (patch) | |
tree | 89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /sway/focus.c | |
parent | 0d4c31edcd49e1780da9f637474adeb09d3b11c7 (diff) | |
parent | 3e8081514d28871f8c780550719b2ea481b038c3 (diff) |
Merge pull request #569 from 1ace/master
Fix spelling mistakes
Diffstat (limited to 'sway/focus.c')
-rw-r--r-- | sway/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/focus.c b/sway/focus.c index 0c9719b0..93391c63 100644 --- a/sway/focus.c +++ b/sway/focus.c @@ -24,7 +24,7 @@ static void update_focus(swayc_t *c) { parent->focused = c; switch (c->type) { - // Shouldnt happen + // Shouldn't happen case C_ROOT: return; // Case where output changes |