mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 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
|
|
@ -197,7 +197,7 @@ static struct cmd_handler *find_handler(char *line, enum cmd_status block) {
|
|||
struct cmd_results *handle_command(char *_exec) {
|
||||
// Even though this function will process multiple commands we will only
|
||||
// return the last error, if any (for now). (Since we have access to an
|
||||
// error string we could e.g. concatonate all errors there.)
|
||||
// error string we could e.g. concatenate all errors there.)
|
||||
struct cmd_results *results = NULL;
|
||||
char *exec = strdup(_exec);
|
||||
char *head = exec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue