diff options
author | Mikkel Oscar Lyderik <[email protected]> | 2016-04-02 19:09:12 +0200 |
---|---|---|
committer | Mikkel Oscar Lyderik <[email protected]> | 2016-04-02 19:09:12 +0200 |
commit | 4885a6c423b9bcf4a60e57b32f528b9c90d09cd8 (patch) | |
tree | 89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /sway/container.c | |
parent | 0d4c31edcd49e1780da9f637474adeb09d3b11c7 (diff) | |
parent | 3e8081514d28871f8c780550719b2ea481b038c3 (diff) |
Merge pull request #569 from 1ace/master
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; |