diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-08-18 19:29:26 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-18 22:15:56 +0200 |
commit | 82bbf2e82d70d914af15eca61f185be22d950c47 (patch) | |
tree | aa2e3597cd4ba3d12a41a2531b2f964625e8dc19 /ospfd | |
parent | Merge pull request #16602 from LabNConsulting/chopps/fix-warnings (diff) | |
download | frr-82bbf2e82d70d914af15eca61f185be22d950c47.tar.xz frr-82bbf2e82d70d914af15eca61f185be22d950c47.zip |
*: Spelling issues
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_asbr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ospfd/ospf_asbr.c b/ospfd/ospf_asbr.c index 9b62f36d7..b47c39008 100644 --- a/ospfd/ospf_asbr.c +++ b/ospfd/ospf_asbr.c @@ -1078,9 +1078,8 @@ static void ospf_external_aggr_timer(struct ospf *ospf, if (ospf->aggr_action == OSPF_ROUTE_AGGR_ADD) { if (IS_DEBUG_OSPF(lsa, EXTNL_LSA_AGGR)) - zlog_debug( - "%s: Not required to retsart timer,set is already added.", - __func__); + zlog_debug("%s: Not required to restart timer,set is already added.", + __func__); return; } |