diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-08-18 13:29:26 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-18 16:15:56 -0400 | 
| commit | 82bbf2e82d70d914af15eca61f185be22d950c47 (patch) | |
| tree | aa2e3597cd4ba3d12a41a2531b2f964625e8dc19 /ospfd | |
| parent | c5fd6ba2dc7af517676b646a5c15cc6394e26095 (diff) | |
*: 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 9b62f36d7a..b47c390088 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;  		}  | 
