1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

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
commit b75bc660b4

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