summaryrefslogtreecommitdiffstats
path: root/sway/container.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/container.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/container.c')
-rw-r--r--sway/container.c2
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) {
146 ws_name = workspace_next_name(output->name); 146 ws_name = workspace_next_name(output->name);
147 } 147 }
148 148
149 // create and initilize default workspace 149 // create and initialize default workspace
150 swayc_t *ws = new_workspace(output, ws_name); 150 swayc_t *ws = new_workspace(output, ws_name);
151 ws->is_focused = true; 151 ws->is_focused = true;
152 152