Merge remote-tracking branch 'dmitry/fixes'

This commit is contained in:
James Booth
2013-07-14 23:31:02 +01:00
2 changed files with 3 additions and 4 deletions

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();
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;
}