mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Fixed spelling in reconnect
This commit is contained in:
parent
7198f6cccc
commit
791667fa86
@ -164,7 +164,7 @@ jabber_process_events(void)
|
|||||||
if ((jabber_conn.conn_status == JABBER_DISCONNECTED) &&
|
if ((jabber_conn.conn_status == JABBER_DISCONNECTED) &&
|
||||||
(reconnect_timer != NULL)) {
|
(reconnect_timer != NULL)) {
|
||||||
if (g_timer_elapsed(reconnect_timer, NULL) > (prefs_get_reconnect() * 1.0)) {
|
if (g_timer_elapsed(reconnect_timer, NULL) > (prefs_get_reconnect() * 1.0)) {
|
||||||
log_debug("Attempting reconncet as %s", saved_user);
|
log_debug("Attempting reconnect as %s", saved_user);
|
||||||
jabber_connect(saved_user, saved_password);
|
jabber_connect(saved_user, saved_password);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user