]> git.puffer.fish Git - matthieu/frr.git/commitdiff
*: Fix spelling of overriden
authorDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:27:02 +0000 (08:27 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:27:02 +0000 (08:27 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bfdd/bfd.c
bfdd/bfd.h
doc/user/bfd.rst
doc/user/scripting.rst
tests/isisd/test_topologies.c

index 455dd9fe854700a31df9f5a593447b880df068b5..d52eeeddba704b17812e9afc0efd2061ebba2f78 100644 (file)
@@ -769,7 +769,7 @@ static void _bfd_session_update(struct bfd_session *bs,
         * Apply profile last: it also calls `bfd_set_shutdown`.
         *
         * There is no problem calling `shutdown` twice if the value doesn't
-        * change or if it is overriden by peer specific configuration.
+        * change or if it is overridden by peer specific configuration.
         */
        if (bpc->bpc_has_profile)
                bfd_profile_apply(bpc->bpc_profile, bs);
index 7ab5ef13b475235696b8bd5a1b211e1db75963d0..00cc431e10ba4cec2dbbd679b234ca268fa01a02 100644 (file)
@@ -724,7 +724,7 @@ void bfd_profile_free(struct bfd_profile *bp);
 
 /**
  * Apply a profile configuration to an existing BFD session. The non default
- * values will not be overriden.
+ * values will not be overridden.
  *
  * NOTE: if the profile doesn't exist yet, then the profile will be applied
  * once it begins to exist.
index 14aacc0f6bd8b28801de23b914993f243ba544e3..c47ed04f63a4afe1a7ccc790cf484a48902505e0 100644 (file)
@@ -236,7 +236,7 @@ BFD Peer Specific Commands
 
    Notes:
 
-   - Profile configurations can be overriden on a peer basis by specifying
+   - Profile configurations can be overridden on a peer basis by specifying
      non-default parameters in peer configuration node.
    - Non existing profiles can be configured and they will only be applied
      once they start to exist.
index badc82c5000c43b3393bd6c9f369fce66c29a588..42855de1abc6293b1e5d77b3babf472a33047624 100644 (file)
@@ -58,7 +58,7 @@ The documentation for :ref:`on-rib-process-dplane-results` tells us its
 arguments. Here, the destination prefix for a route is being logged out.
 
 Scripts live in :file:`/etc/frr/scripts/` by default. This is configurable at
-compile time via ``--with-scriptdir``. It may be overriden at runtime with the
+compile time via ``--with-scriptdir``. It may be overridden at runtime with the
 ``--scriptdir`` daemon option.
 
 The documentation for :ref:`on-rib-process-dplane-results` indicates that the
index ca103948f3c906425aa87b6417fdf3ccc0b383f2..b3e500a33c45dd806d5fa5990a81bcca914ac10f 100644 (file)
@@ -31,7 +31,7 @@
  * - The Router-ID is 10.0.255.X, where X is the node number;
  * - The default link metric is 10;
  * - When SR is enabled, Adj-SIDs and Prefix-SIDs are generated automatically;
- * - When SR is enabled, the default SRGB is [16000-23999] (can be overriden).
+ * - When SR is enabled, the default SRGB is [16000-23999] (can be overridden).
  *
  * Test topology 1:
  * ================