summaryrefslogtreecommitdiff
path: root/mdns_avahi.c
diff options
context:
space:
mode:
authorDenys Berkovskyy <berkovskyy@gmail.com>2017-03-21 11:16:05 +0000
committerDenys Berkovskyy <berkovskyy@gmail.com>2017-03-21 11:16:05 +0000
commit69c042585a38286f45064d5b52ccad86798679d9 (patch)
tree44a3dbc5811d196ee3ce34a776d3f4f94566c90e /mdns_avahi.c
parent78ebecdf3044d91078409e08d82ec8dffb3eafe5 (diff)
Fix various typos.
Diffstat (limited to 'mdns_avahi.c')
-rw-r--r--mdns_avahi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdns_avahi.c b/mdns_avahi.c
index 31c02be..f8e75d1 100644
--- a/mdns_avahi.c
+++ b/mdns_avahi.c
@@ -179,7 +179,7 @@ static void egroup_callback(AvahiEntryGroup *g, AvahiEntryGroupState state,
break;
case AVAHI_ENTRY_GROUP_UNCOMMITED:
- debug(2, "avahi: service '%s' group is not yet commited.", name);
+ debug(2, "avahi: service '%s' group is not yet committed.", name);
break;
case AVAHI_ENTRY_GROUP_REGISTERING: