about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-07 22:43:02 +0100
committerJames Booth <boothj5@gmail.com>2014-04-07 22:43:02 +0100
commit6275644de4a4177889950f852c8307002f629d47 (patch)
tree52ee0a6749b35f44476a122d937e978b1627d7cb /src
parenta05b63f7a5c6ab7211e0a5af81049373223b8809 (diff)
downloadprofani-tty-6275644de4a4177889950f852c8307002f629d47.tar.gz
Fixed spelling in comment
Diffstat (limited to 'src')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
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, " ");