diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-16 19:15:05 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-17 07:51:23 -0400 |
| commit | d5f4ab97a6112009842e52978eb521e5a6fa7a07 (patch) | |
| tree | b56cff13f176b1423cf49a46e24a88f158ee9b4f /pimd/pim_vty.c | |
| parent | 047fc9501d8d2f2279c2be42108967b2a63eb257 (diff) | |
pimd: Fix spelling mistake in cli
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_vty.c')
| -rw-r--r-- | pimd/pim_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index 2d502d9aa9..41f69fca23 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -295,7 +295,7 @@ int pim_interface_config_write(struct vty *vty) /* IF ip igmp query-max-response-time */ if (pim_ifp->igmp_query_max_response_time_dsec != IGMP_QUERY_MAX_RESPONSE_TIME_DSEC) { - vty_out(vty, " ip igpm query-max-response-time %d%s", + vty_out(vty, " ip igmp query-max-response-time %d%s", pim_ifp->igmp_query_max_response_time_dsec, VTY_NEWLINE); ++writes; |
