mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 22:26:22 +00:00
Small spelling fixes in code and comments
This commit is contained in:
@@ -478,7 +478,7 @@ _connection_handler(xmpp_conn_t * const conn,
|
||||
} else if (status == XMPP_CONN_DISCONNECT) {
|
||||
log_debug("Connection handler: XMPP_CONN_DISCONNECT");
|
||||
|
||||
// lost connection for unkown reason
|
||||
// lost connection for unknown reason
|
||||
if (jabber_conn.conn_status == JABBER_CONNECTED) {
|
||||
log_debug("Connection handler: Lost connection for unknown reason");
|
||||
handle_lost_connection();
|
||||
|
||||
Reference in New Issue
Block a user