ospfd: fix a couple of typos

Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
This commit is contained in:
ckishimo 2020-11-24 07:35:49 -08:00
parent 4f3e4669f0
commit d12566a16b
2 changed files with 2 additions and 2 deletions

View File

@ -583,7 +583,7 @@ DEFUN (ospf_network_area,
"Please remove all ip ospf area x.x.x.x commands first.\n");
if (IS_DEBUG_OSPF_EVENT)
zlog_debug(
"%s ospf vrf %s num of %u ip osp area x config",
"%s ospf vrf %s num of %u ip ospf area x config",
__func__, ospf->name ? ospf->name : "NIL",
ospf->if_ospf_cli_count);
return CMD_WARNING_CONFIG_FAILED;

View File

@ -303,7 +303,7 @@ struct ospf {
uint32_t rx_lsa_count;
/* Counter of "ip ospf area x.x.x.x" used
* for multual exclusion of network command under
* for mutual exclusion of network command under
* router ospf or ip ospf area x under interface. */
uint32_t if_ospf_cli_count;