aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/igmp/igmp_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/igmp/igmp_query.c')
-rw-r--r--src/plugins/igmp/igmp_query.c4
1 files changed, 2 insertions, 2 deletions
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;