about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2013-07-14 21:32:20 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2013-07-14 21:32:20 +0300
commitc8b74387361ed600878f27b50f2ee14d8582ef13 (patch)
treefc3f791738e8c8adc73a3f407841148f8e2104d1 /src/command/command.c
parent1d05a7047314fa3c669358114dc6ce36bbc08386 (diff)
downloadprofani-tty-c8b74387361ed600878f27b50f2ee14d8582ef13.tar.gz
fixed typos in command.c
Diffstat (limited to 'src/command/command.c')
-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 63d003f4..6bcc9986 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -2780,7 +2780,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;
     }
 
@@ -2804,7 +2804,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;
     }