summaryrefslogtreecommitdiffstats
path: root/sway/focus.c
diff options
context:
space:
mode:
authorLibravatar Eric Engestrom <eric@engestrom.ch>2016-04-02 16:00:05 +0100
committerLibravatar Eric Engestrom <eric@engestrom.ch>2016-04-02 16:00:05 +0100
commit3e8081514d28871f8c780550719b2ea481b038c3 (patch)
tree89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /sway/focus.c
parentMerge pull request #565 from mikkeloscar/fix-pointer-crash (diff)
downloadsway-3e8081514d28871f8c780550719b2ea481b038c3.tar.gz
sway-3e8081514d28871f8c780550719b2ea481b038c3.tar.zst
sway-3e8081514d28871f8c780550719b2ea481b038c3.zip
Fix spelling mistakes
Diffstat (limited to 'sway/focus.c')
-rw-r--r--sway/focus.c2
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) {
24 parent->focused = c; 24 parent->focused = c;
25 25
26 switch (c->type) { 26 switch (c->type) {
27 // Shouldnt happen 27 // Shouldn't happen
28 case C_ROOT: return; 28 case C_ROOT: return;
29 29
30 // Case where output changes 30 // Case where output changes