about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-07-21 23:33:32 +0100
committerJames Booth <boothj5@gmail.com>2013-07-21 23:33:32 +0100
commitc5c596f70aa085a03d71868bbdebe9ef326b3b10 (patch)
treec8b9115240f731116e602ee6871bdcd95efb5c2d /src/command/command.c
parent7906bd6a9dc76a98d9bd63c4ea30801f0f91a485 (diff)
parentcbe3c41abedf5ffa48761009af4ab426eb850a38 (diff)
downloadprofani-tty-c5c596f70aa085a03d71868bbdebe9ef326b3b10.tar.gz
Merge branch 'master' into nextdev
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 1673707c..6cf60ce7 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -336,7 +336,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",
@@ -2809,7 +2809,7 @@ _cmd_rooms(gchar **args, struct cmd_help_t help)
     jabber_conn_status_t conn_status = jabber_get_connection_status();
 
     if (conn_status != JABBER_CONNECTED) {
-        cons_show("You are currenlty connect.");
+        cons_show("You are not currenlty connected.");
         return TRUE;
     }
 
@@ -2900,7 +2900,7 @@ _cmd_disco(gchar **args, struct cmd_help_t help)
     jabber_conn_status_t conn_status = jabber_get_connection_status();
 
     if (conn_status != JABBER_CONNECTED) {
-        cons_show("You are currenlty connect.");
+        cons_show("You are not currenlty connected.");
         return TRUE;
     }