diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-02 16:00:05 +0100 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2016-04-02 16:00:05 +0100 |
commit | 3e8081514d28871f8c780550719b2ea481b038c3 (patch) | |
tree | 89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /sway/focus.c | |
parent | 0d4c31edcd49e1780da9f637474adeb09d3b11c7 (diff) |
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 |