1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Fixed spelling in reconnect

This commit is contained in:
James Booth 2012-11-26 22:03:05 +00:00
parent 7198f6cccc
commit 791667fa86

View File

@ -164,7 +164,7 @@ jabber_process_events(void)
if ((jabber_conn.conn_status == JABBER_DISCONNECTED) &&
(reconnect_timer != NULL)) {
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);
}
}