]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Fix spelling mistakes
authorDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:50:58 +0000 (12:50 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 14 Feb 2022 17:50:58 +0000 (12:50 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_errors.c

index 0f9d5fc73a30979cc2fe0eec50e920ed3f901f9c..f11717b41fcedb19a9c8ce8f30a4332e9f794bab 100644 (file)
@@ -464,7 +464,7 @@ static struct log_ref ferr_bgp_err[] = {
        },
        {
                .code = EC_BGP_INVALID_BGP_INSTANCE,
-               .title = "BGP instance for the specifc vrf is invalid",
+               .title = "BGP instance for the specific vrf is invalid",
                .description = "Indicates that specified bgp instance is NULL",
                .suggestion = "Get log files from router and open an issue",
        },