1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fixed spelling in comment

This commit is contained in:
James Booth 2014-04-07 22:43:02 +01:00
parent a05b63f7a5
commit 6275644de4

View File

@ -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, " ");