1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00
This commit is contained in:
brandenbyers 2015-08-05 13:10:59 -05:00
parent af38ddc9e7
commit 4e5f197eb4

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");