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/container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/container.c') diff --git a/sway/container.c b/sway/container.c index 5d43b418..d82a1e21 100644 --- a/sway/container.c +++ b/sway/container.c @@ -146,7 +146,7 @@ swayc_t *new_output(wlc_handle handle) { ws_name = workspace_next_name(output->name); } - // create and initilize default workspace + // create and initialize default workspace swayc_t *ws = new_workspace(output, ws_name); ws->is_focused = true; -- cgit v1.2.3