From 0ce28c0b0d87cb199ef790a9acc1ba25e64e2e84 Mon Sep 17 00:00:00 2001 From: linkmauve Date: Wed, 10 Jan 2018 15:12:54 +0100 Subject: Fix typos in comments and variable names (#269) Thanks `codespell`! --- xmpp-vala/src/module/xep/0030_service_discovery/flag.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmpp-vala/src/module/xep/0030_service_discovery') diff --git a/xmpp-vala/src/module/xep/0030_service_discovery/flag.vala b/xmpp-vala/src/module/xep/0030_service_discovery/flag.vala index cd847974..4f3e5eea 100644 --- a/xmpp-vala/src/module/xep/0030_service_discovery/flag.vala +++ b/xmpp-vala/src/module/xep/0030_service_discovery/flag.vala @@ -13,7 +13,7 @@ public class Flag : XmppStreamFlag { public Gee.List features = new ArrayList(); public Gee.List? get_entity_categories(string jid) { - return entity_identities.has_key(jid) ? entity_identities[jid] : null; // TODO isnt this default for hashmap + return entity_identities.has_key(jid) ? entity_identities[jid] : null; // TODO isn’t this default for hashmap } public bool? has_entity_identity(string jid, string category, string type) { -- cgit v1.2.3-70-g09d2