1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge branch 'master' into notifications

This commit is contained in:
James Booth 2015-11-27 21:09:24 +00:00
commit ff2b19e3f9

View File

@ -3691,7 +3691,7 @@ cmd_disco(ProfWin *window, const char *const command, gchar **args)
jabber_conn_status_t conn_status = jabber_get_connection_status();
if (conn_status != JABBER_CONNECTED) {
cons_show("You are not currenlty connected.");
cons_show("You are not currently connected.");
return TRUE;
}