fix typos in comments/messages; add shutting down message

This commit is contained in:
Dominique Martinet 2017-12-29 11:29:13 +01:00
parent 28b8ea9f1e
commit f5b33cb4b6
3 changed files with 5 additions and 3 deletions

View file

@ -446,7 +446,7 @@ bool read_config(FILE *file, struct sway_config *config) {
break;
case CMD_DEFER:
sway_log(L_DEBUG, "Defferring command `%s'", line);
sway_log(L_DEBUG, "Deferring command `%s'", line);
list_add(config->cmd_queue, strdup(line));
break;