mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 21:16:22 +00:00
Fix typo
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user