From d12566a16bbad9f92d19e2f27dc3c6ce4bb35006 Mon Sep 17 00:00:00 2001 From: ckishimo Date: Tue, 24 Nov 2020 07:35:49 -0800 Subject: [PATCH] ospfd: fix a couple of typos Signed-off-by: ckishimo --- ospfd/ospf_vty.c | 2 +- ospfd/ospfd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 71dea80538..30aa0b80e1 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -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; diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index bdd09e1e76..192e542815 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -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; -- 2.39.5