diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-08-14 16:53:09 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-15 09:19:37 -0400 |
| commit | baa0a1df5b51160e9b6d4caebcdd2c72ecbbadc5 (patch) | |
| tree | 6bbaccb8dd79ebbebe8d26484bbc1e3a5fda44b3 /ospfd | |
| parent | 4f70004723262626cd2d9db50092e0f47ee8a08d (diff) | |
*: Fix spelling errors found
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd')
| -rw-r--r-- | ospfd/ospf_abr.c | 9 | ||||
| -rw-r--r-- | ospfd/ospf_vty.c | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ospfd/ospf_abr.c b/ospfd/ospf_abr.c index 28d526870b..93779991b5 100644 --- a/ospfd/ospf_abr.c +++ b/ospfd/ospf_abr.c @@ -1750,11 +1750,10 @@ static void ospf_abr_announce_non_dna_routers(struct event *thread) OSPF_LOG_DEBUG(IS_DEBUG_OSPF_EVENT, "%s: Area %pI4 FR enabled: %d", __func__, &area->area_id, area->fr_info.enabled); - OSPF_LOG_DEBUG( - IS_DEBUG_OSPF_EVENT, - "LSA with DC bit clear: %d Recived indication LSA: %d", - area->fr_info.area_dc_clear, - area->fr_info.area_ind_lsa_recvd); + OSPF_LOG_DEBUG(IS_DEBUG_OSPF_EVENT, + "LSA with DC bit clear: %d Received indication LSA: %d", + area->fr_info.area_dc_clear, + area->fr_info.area_ind_lsa_recvd); OSPF_LOG_DEBUG(IS_DEBUG_OSPF_EVENT, "FR state change: %d", area->fr_info.state_changed); if (!OSPF_IS_AREA_BACKBONE(area) && diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 7a7a684dd6..bfb935b132 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -9846,7 +9846,7 @@ DEFPY(ip_ospf_prefix_suppression, ip_ospf_prefix_suppression_addr_cmd, "[no] ip ospf prefix-suppression [A.B.C.D]$ip_addr", NO_STR "IP Information\n" "OSPF interface commands\n" - "Supress OSPF prefix advertisement on this interface\n" + "Suppress OSPF prefix advertisement on this interface\n" "Address of interface\n") { VTY_DECLVAR_CONTEXT(interface, ifp); |
