aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Dominique Martinet <asmadeus@codewreck.org>2017-12-29 11:29:13 +0100
committerLibravatar Dominique Martinet <asmadeus@codewreck.org>2018-01-05 00:07:34 +0100
commitf5b33cb4b62438bd084505ec0632bc7dbedc0acd (patch)
tree13bff87c2eb9d946edc5c4a6d31a2998b9ac4603 /sway/commands.c
parentcmd_input: cleanup around current_input_config (diff)
downloadsway-f5b33cb4b62438bd084505ec0632bc7dbedc0acd.tar.gz
sway-f5b33cb4b62438bd084505ec0632bc7dbedc0acd.tar.zst
sway-f5b33cb4b62438bd084505ec0632bc7dbedc0acd.zip
fix typos in comments/messages; add shutting down message
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index b7432bf6..c1c6dc5d 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -197,7 +197,7 @@ static struct cmd_handler *find_handler(char *line, enum cmd_status block) {
197struct cmd_results *handle_command(char *_exec) { 197struct cmd_results *handle_command(char *_exec) {
198 // Even though this function will process multiple commands we will only 198 // Even though this function will process multiple commands we will only
199 // return the last error, if any (for now). (Since we have access to an 199 // return the last error, if any (for now). (Since we have access to an
200 // error string we could e.g. concatonate all errors there.) 200 // error string we could e.g. concatenate all errors there.)
201 struct cmd_results *results = NULL; 201 struct cmd_results *results = NULL;
202 char *exec = strdup(_exec); 202 char *exec = strdup(_exec);
203 char *head = exec; 203 char *head = exec;