mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 20:16:21 +00:00
Fix typos
This commit is contained in:
@@ -810,7 +810,7 @@ cons_show_disco_info(const char* jid, GSList* identities, GSList* features)
|
||||
cons_show(" Identities");
|
||||
}
|
||||
while (identities) {
|
||||
DiscoIdentity* identity = identities->data; // anme trpe, cat
|
||||
DiscoIdentity* identity = identities->data; // name type, category
|
||||
GString* identity_str = g_string_new(" ");
|
||||
if (identity->name) {
|
||||
identity_str = g_string_append(identity_str, identity->name);
|
||||
|
||||
Reference in New Issue
Block a user