diff options
author | James Booth <boothj5@users.noreply.github.com> | 2015-08-06 00:29:02 +0100 |
---|---|---|
committer | James Booth <boothj5@users.noreply.github.com> | 2015-08-06 00:29:02 +0100 |
commit | b75bc660b4109ce06ff38afc1e9574904523e9a3 (patch) | |
tree | 9e9ce849bafcf7eeb1646fd851b552b06ea11bde /src | |
parent | af38ddc9e73024b0871696263c37dfb4954a03de (diff) | |
parent | 4e5f197eb40c4ea1c25a8c8a26caddf5e0e74bdb (diff) | |
download | profani-tty-b75bc660b4109ce06ff38afc1e9574904523e9a3.tar.gz |
Merge pull request #601 from brandenbyers/fix-disovery-typo
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index 27b1b81d..dcf7e920 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -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"); |