mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
fix typos in comments/messages; add shutting down message
This commit is contained in:
parent
28b8ea9f1e
commit
f5b33cb4b6
3 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue