From 3e8081514d28871f8c780550719b2ea481b038c3 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 2 Apr 2016 16:00:05 +0100 Subject: Fix spelling mistakes --- sway/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/layout.c') 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; } -- cgit v1.2.3