From 6275644de4a4177889950f852c8307002f629d47 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 7 Apr 2014 22:43:02 +0100 Subject: [PATCH] Fixed spelling in comment --- src/profanity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profanity.c b/src/profanity.c index ce7dd35b..540b6085 100644 --- a/src/profanity.c +++ b/src/profanity.c @@ -187,7 +187,7 @@ 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, " ");