]> git.puffer.fish Git - mirror/frr.git/commitdiff
*: Fix spelling of accidently 11051/head
authorDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:31:30 +0000 (08:31 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:31:30 +0000 (08:31 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_nht.c
debian/changelog
ospf6d/ospf6_lsdb.h
zebra/interface.c

index d3ebc0e6a26771ee27b8f9bfdc33d7e8c9231fbc..48c8352dd0d26b5b0cc556fc40df8525f8bdec24 100644 (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
index f099d4ef6253ce48ce549d4d03a811c9c0228170..f3e42199decd43a926d22e3d5d4fb617e58f9c9f 100644 (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).
index 07c331af64369dc17d5ee8421d0568736482174a..a3a4d5bb9f3a35d0feb42103fb79cc4030e75b6e 100644 (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)                                           \
index a70326ebb3d8a61404850d6bfc6fac219bc7efeb..677ec4650f7648cbbc9409e31dcf6187abb248cf 100644 (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;