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/container.c | |
parent | 0d4c31edcd49e1780da9f637474adeb09d3b11c7 (diff) |
Fix spelling mistakes
Diffstat (limited to 'sway/container.c')
-rw-r--r-- | sway/container.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |