diff options
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 |