diff --git a/src/profanity.c b/src/profanity.c index 9f624b30..78f4c241 100644 --- a/src/profanity.c +++ b/src/profanity.c @@ -191,7 +191,7 @@ prof_process_input(char *inp) if (strlen(inp) == 0) { result = TRUE; - // habdle command if input starts with a '/' + // handle command if input starts with a '/' } else if (inp[0] == '/') { char *inp_cpy = strdup(inp); char *command = strtok(inp_cpy, " ");