diff options
author | ckishimo <carles.kishimoto@gmail.com> | 2022-01-10 14:56:34 +0100 |
---|---|---|
committer | ckishimo <carles.kishimoto@gmail.com> | 2022-01-11 11:03:30 +0100 |
commit | 416721d942eb31da224788e27ffe9195a01b52da (patch) | |
tree | 89fdf43eba3eeb8c2f720bb8a765de1e8ea49a12 /ospf6d/ospf6_abr.c | |
parent | ospf6d: use __func__ (diff) | |
download | frr-416721d942eb31da224788e27ffe9195a01b52da.tar.xz frr-416721d942eb31da224788e27ffe9195a01b52da.zip |
ospf6d: fix typos
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
Diffstat (limited to 'ospf6d/ospf6_abr.c')
-rw-r--r-- | ospf6d/ospf6_abr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_abr.c b/ospf6d/ospf6_abr.c index 663b9b798..443759344 100644 --- a/ospf6d/ospf6_abr.c +++ b/ospf6d/ospf6_abr.c @@ -1176,7 +1176,7 @@ void ospf6_abr_examin_summary(struct ospf6_lsa *lsa, struct ospf6_area *oa) if (lsa->header->adv_router == router_lsa->router_id) { if (is_debug) zlog_debug( - "Ignorning Inter-Router LSA for an ABR (%s)", + "Ignoring Inter-Router LSA for an ABR (%s)", buf); if (old) ospf6_route_remove(old, table); |