diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-20 10:04:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 10:04:14 +0200 |
commit | 3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch) | |
tree | 50fd3849596e3b294b656158efee024c589157c2 /bgpd/bgp_nht.c | |
parent | Merge pull request #11045 from anlancs/fix/bgpd-cleanup-8-remove (diff) | |
parent | *: Fix spelling of accidently (diff) | |
download | frr-3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a.tar.xz frr-3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a.zip |
Merge pull request #11051 from donaldsharp/speell_more
Speell more
Diffstat (limited to 'bgpd/bgp_nht.c')
-rw-r--r-- | bgpd/bgp_nht.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_nht.c b/bgpd/bgp_nht.c index f5b355673..dc4f30a90 100644 --- a/bgpd/bgp_nht.c +++ b/bgpd/bgp_nht.c @@ -323,7 +323,7 @@ int bgp_find_or_add_nexthop(struct bgp *bgp_route, struct bgp *bgp_nexthop, pi->extra->igpmetric = 0; } else if (peer) { /* - * Let's not accidently save the peer data for a peer + * Let's not accidentally save the peer data for a peer * we are going to throw away in a second or so. * When we come back around we'll fix up this * data properly in replace_nexthop_by_peer |