diff options
Diffstat (limited to 'src/vnet/mfib/mfib_itf.c')
-rw-r--r-- | src/vnet/mfib/mfib_itf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/mfib/mfib_itf.c b/src/vnet/mfib/mfib_itf.c index 99408f79f89..b323d3e4a96 100644 --- a/src/vnet/mfib/mfib_itf.c +++ b/src/vnet/mfib/mfib_itf.c @@ -261,8 +261,8 @@ show_mfib_itf_command (vlib_main_t * vm, } /*? - * This commnad displays an MFIB interface, or all interfaces, indexed by their unique - * numerical indentifier. + * This command displays an MFIB interface, or all interfaces, indexed by their + * unique numerical identifier. ?*/ VLIB_CLI_COMMAND (show_mfib_itf, static) = { .path = "show mfib interface", |