diff options
-rw-r--r-- | src/command/command.c | 2 |
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", |