Fix spelling mistakes

This commit is contained in:
Eric Engestrom 2016-04-02 16:00:05 +01:00
parent 0d4c31edcd
commit 3e8081514d
8 changed files with 16 additions and 16 deletions

View file

@ -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;