Small spelling fixes in code and comments

This commit is contained in:
Dariusz Dwornikowski
2014-08-27 13:26:11 +02:00
parent 24c6c47ff6
commit 1dcc028a71
4 changed files with 5 additions and 5 deletions

View File

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