about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-07-20 23:47:57 +0100
committerJames Booth <boothj5@gmail.com>2013-07-20 23:47:57 +0100
commitcbe3c41abedf5ffa48761009af4ab426eb850a38 (patch)
tree612135db6bca52f78fd6b232aa3e15cf085ecf84
parent7af6bad5e69742386747e05e749589d937bb1377 (diff)
downloadprofani-tty-cbe3c41abedf5ffa48761009af4ab426eb850a38.tar.gz
Fixed typo on /invite help
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index f15de124..2e31605d 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -333,7 +333,7 @@ static struct cmd_t command_defs[] =
         { "/invite contact [message]",
           "-------------------------",
           "Send a direct invite to the specified contact to the current chat room.",
-          "If a message is supplied it will be send as the reason for the invite.",
+          "If a message is supplied it will be sent as the reason for the invite.",
           NULL } } },
 
     { "/invites",