]> git.puffer.fish Git - matthieu/frr.git/commitdiff
*: Correct spelling stuff
authorDonald Sharp <sharpd@nvidia.com>
Thu, 29 Oct 2020 20:06:13 +0000 (16:06 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 29 Oct 2020 20:16:00 +0000 (16:16 -0400)
Pretty obvious.  WE R SPELL GOOD

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_route.c
isisd/isis_cli.c
ospfd/ospf_zebra.c
pimd/pim_mlag.c
zebra/router-id.c
zebra/zebra_nb_config.c

index 52e90f5c6aec7a42891196e05eec921c5391f1be..da1fabf985e1d44825fad107f94378c24eb7110b 100644 (file)
@@ -2700,7 +2700,7 @@ static void bgp_process_main_one(struct bgp *bgp, struct bgp_dest *dest,
         */
        if (CHECK_FLAG(dest->flags, BGP_NODE_SELECT_DEFER)) {
                if (BGP_DEBUG(update, UPDATE_OUT))
-                       zlog_debug("SELECT_DEFER falg set for route %p", dest);
+                       zlog_debug("SELECT_DEFER flag set for route %p", dest);
                return;
        }
 
index 383f23758ab05b0a0a6858779a43ce323a47de70..203fa8eb8d6465e66d0e6b729c336f03a5e563d9 100644 (file)
@@ -1633,9 +1633,9 @@ DEFPY_YANG (isis_sr_prefix_sid,
        "Prefix SID\n"
        "IPv4 Prefix\n"
        "IPv6 Prefix\n"
-       "Specify the absolute value of Prefix Segement ID\n"
+       "Specify the absolute value of Prefix Segment ID\n"
        "The Prefix Segment ID value\n"
-       "Specify the index of Prefix Segement ID\n"
+       "Specify the index of Prefix Segment ID\n"
        "The Prefix Segment ID index\n"
        "Don't request Penultimate Hop Popping (PHP)\n"
        "Upstream neighbor must replace prefix-sid with explicit null label\n"
@@ -1675,9 +1675,9 @@ DEFPY_YANG (no_isis_sr_prefix_sid,
        "Prefix SID\n"
        "IPv4 Prefix\n"
        "IPv6 Prefix\n"
-       "Specify the absolute value of Prefix Segement ID\n"
+       "Specify the absolute value of Prefix Segment ID\n"
        "The Prefix Segment ID value\n"
-       "Specify the index of Prefix Segement ID\n"
+       "Specify the index of Prefix Segment ID\n"
        "The Prefix Segment ID index\n"
        "Don't request Penultimate Hop Popping (PHP)\n"
        "Upstream neighbor must replace prefix-sid with explicit null label\n"
index 9fa6a59a726fe57d236a9ff3a37f3386e7afcbeb..477405e2a8936d5e7e5281dbf3185d6f83408dcf 100644 (file)
@@ -964,7 +964,7 @@ static bool ospf_external_lsa_default_routemap_apply(struct ospf *ospf,
                /* If permit and default already advertise then return. */
                if (lsa && !IS_LSA_MAXAGE(lsa)) {
                        if (IS_DEBUG_OSPF_DEFAULT_INFO)
-                               zlog_debug("Defult lsa already originated");
+                               zlog_debug("Default lsa already originated");
                        return true;
                }
 
index 2dfc0af1de0dbce1151fa70619db9d83845a0137..a06c0a6f4e18aab0161913589ffb6de5cd2a83bd 100644 (file)
@@ -96,7 +96,7 @@ static void pim_mlag_inherit_mlag_flags(struct pim_upstream *up, bool is_df)
        struct channel_oil *ch_oil = NULL;
 
        if (PIM_DEBUG_MLAG)
-               zlog_debug("%s: Updating DF for uptream:%s childs", __func__,
+               zlog_debug("%s: Updating DF for uptream:%s children", __func__,
                           up->sg_str);
 
 
index 7e81f29827927ca59ae33deb622129b98a42457b..7af60a389bd47f234b2a2f802889bf4bb86882d8 100644 (file)
@@ -331,7 +331,7 @@ DEFUN (ip_router_id_in_vrf,
        ip_router_id_in_vrf_cmd,
        "ip router-id A.B.C.D",
        IP_STR
-       "Manuall set the router-id\n"
+       "Manually set the router-id\n"
        "IP address to use for router-id\n")
 {
        ZEBRA_DECLVAR_CONTEXT(vrf, zvrf);
@@ -361,7 +361,7 @@ DEFUN (ipv6_router_id_in_vrf,
        ipv6_router_id_in_vrf_cmd,
        "ipv6 router-id X:X::X:X",
        IP6_STR
-       "Manuall set the IPv6 router-id\n"
+       "Manually set the IPv6 router-id\n"
        "IPV6 address to use for router-id\n")
 {
        ZEBRA_DECLVAR_CONTEXT(vrf, zvrf);
index f5a85519bb8ebd714647fab418953ba2c8efae12..df957703070ed2b8ee1a926cc5c5d4a507a7682f 100644 (file)
@@ -1552,7 +1552,7 @@ int lib_route_map_entry_set_action_source_v4_modify(
                }
                if (pif == NULL) {
                        snprintf(args->errmsg, args->errmsg_len,
-                                "is not a local adddress: %s",
+                                "is not a local address: %s",
                                 yang_dnode_get_string(args->dnode, NULL));
                        return NB_ERR_VALIDATION;
                }