From bdc0e6b7204ea0211d4f7881497e4306586fb9ef Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sat, 22 Sep 2018 05:32:50 -0700 Subject: Trivial: Clean up some typos. Change-Id: I085615fde1f966490f30ed5d32017b8b088cfd59 Signed-off-by: Paul Vinciguerra --- src/plugins/igmp/igmp_query.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/igmp/igmp_query.c') diff --git a/src/plugins/igmp/igmp_query.c b/src/plugins/igmp/igmp_query.c index ae9a4d51e95..4b3da094548 100644 --- a/src/plugins/igmp/igmp_query.c +++ b/src/plugins/igmp/igmp_query.c @@ -82,7 +82,7 @@ igmp_send_group_report_v3 (u32 obj, void *data) if (NULL == srcs) { /* - * there were no sources specified, so this is a group-sepcific query. + * there were no sources specified, so this is a group-specific query. * We should respond with all our sources */ igmp_pkt_report_v3_add_group (&br, group, @@ -92,7 +92,7 @@ igmp_send_group_report_v3 (u32 obj, void *data) { /* * the sources stored in the timer object are the combined set of sources - * to be quired. We need to respond only to those queried, not our full set. + * to be required. We need to respond only to those queried, not our full set. */ ip46_address_t *intersect; -- cgit 1.2.3-korg