fixed typos in command.c

This commit is contained in:
Dmitry Podgorny
2013-07-14 21:32:20 +03:00
parent 1d05a70473
commit c8b7438736

View File

@@ -2780,7 +2780,7 @@ _cmd_rooms(gchar **args, struct cmd_help_t help)
jabber_conn_status_t conn_status = jabber_get_connection_status(); jabber_conn_status_t conn_status = jabber_get_connection_status();
if (conn_status != JABBER_CONNECTED) { if (conn_status != JABBER_CONNECTED) {
cons_show("You are currenlty connect."); cons_show("You are not currenlty connected.");
return TRUE; 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(); jabber_conn_status_t conn_status = jabber_get_connection_status();
if (conn_status != JABBER_CONNECTED) { if (conn_status != JABBER_CONNECTED) {
cons_show("You are currenlty connect."); cons_show("You are not currenlty connected.");
return TRUE; return TRUE;
} }