about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-18 16:25:12 +0100
committerJames Booth <boothj5@gmail.com>2014-05-18 16:25:12 +0100
commitaa7eeabe12b606eb7d720bcc69589cddd782cd3b (patch)
tree49004a11f6fffa0a197432ae04beba066e1de563
parent7adf345358a01afbbe3b2a12de95e03d8cd09486 (diff)
parent058ce13aecb83d02fc053ac1171db6fb9ce90042 (diff)
downloadprofani-tty-aa7eeabe12b606eb7d720bcc69589cddd782cd3b.tar.gz
Merge pull request #350 from cara-bones/master
spelling corrections
-rw-r--r--src/command/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 08ad452a..181f5d0d 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -618,7 +618,7 @@ static struct cmd_t command_defs[] =
           "policy - manual, opportunistic or always.",
           "secret [secret]- Verify a contacts identity using a shared secret.",
           "question [question] [answer] - Verify a contacts identity using a question and expected anwser, if the question has spaces, surround with double quotes.",
-          "answer [anwser] - Respond to a question answer verification request with your answer.",
+          "answer [answer] - Respond to a question answer verification request with your answer.",
           NULL } } },
 
     { "/outtype",
@@ -1483,7 +1483,7 @@ _cmd_complete_parameters(char *input, int *size)
             }
         }
 
-    // otherwise autocomple using roster
+    // otherwise autocomplete using roster
     } else {
         gchar *contact_choices[] = { "/msg", "/info", "/status" };
         for (i = 0; i < ARRAY_SIZE(contact_choices); i++) {