Fix typo: diso -> disco

This commit is contained in:
Dominik Heidler
2016-04-01 12:09:35 +02:00
parent 6f81f2b845
commit 4b1481987d
2 changed files with 5 additions and 5 deletions

View File

@@ -576,7 +576,7 @@ _handle_caps(char *jid, XMPPCaps *caps)
iq_send_caps_request_legacy(jid, id, caps->node, caps->ver);
free(id);
} else {
log_info("No hash specified: %s, could not create ver string, not sending service disovery request.", jid);
log_info("No hash specified: %s, could not create ver string, not sending service discovery request.", jid);
}
}