Merge pull request #601 from brandenbyers/fix-disovery-typo

Fix typo
This commit is contained in:
James Booth
2015-08-06 00:29:02 +01:00

View File

@@ -558,7 +558,7 @@ cons_show_disco_info(const char *jid, GSList *identities, GSList *features)
if ((identities && (g_slist_length(identities) > 0)) ||
(features && (g_slist_length(features) > 0))) {
cons_show("");
cons_show("Service disovery info for %s", jid);
cons_show("Service discovery info for %s", jid);
if (identities) {
cons_show(" Identities");