*: Fix spelling of accidently

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-04-19 08:31:30 -04:00
parent f526739897
commit 4667220e3a
4 changed files with 5 additions and 5 deletions

View File

@ -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

4
debian/changelog vendored
View File

@ -1370,7 +1370,7 @@ quagga (0.96.4x-3) unstable; urgency=low
* Made the directory (but not the config/log files!) world accessible
again on user request (thanks to Anand Kumria)). Closes: #213129
* No longer providing sample configuration in /etc/quagga/. They are
now only available in /usr/share/doc/quagga/ to avoid accidently
now only available in /usr/share/doc/quagga/ to avoid accidentally
using them without changing the adresses (thanks to Marc Haber).
Closes: #215918
@ -1430,7 +1430,7 @@ quagga (0.96.3-1) unstable; urgency=medium
quagga (0.96.2-9) unstable; urgency=medium
* Removed /usr/share/info/dir.* which were accidently there and prevented
* Removed /usr/share/info/dir.* which were accidentally there and prevented
the installation by dpkg (thanks to Simon Raven). Closes: #212614
* Reworded package description (thanks to Anand Kumria). Closes: #213125
* Added french debconf translation (thanks to Christian Perrier).

View File

@ -71,7 +71,7 @@ extern struct ospf6_lsa *ospf6_lsdb_next(const struct route_node *iterend,
* Since we are locking the lsa in ospf6_lsdb_head
* and then unlocking it in ospf6_lsa_unlock, when
* we cache the next pointer we need to increment
* the lock for the lsa so we don't accidently free
* the lock for the lsa so we don't accidentally free
* it really early.
*/
#define ALL_LSDB(lsdb, lsa, lsanext) \

View File

@ -958,7 +958,7 @@ void if_nbr_mac_to_ipv4ll_neigh_update(struct interface *ifp,
/*
* We need to note whether or not we originated a v6
* neighbor entry for this interface. So that when
* someone unwisely accidently deletes this entry
* someone unwisely accidentally deletes this entry
* we can shove it back in.
*/
zif->v6_2_v4_ll_neigh_entry = !!add;