From 1da3a6c69a8540a9fa2d01c8d59f5e7b65007dba Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 14 Feb 2022 12:50:58 -0500 Subject: [PATCH] bgpd: Fix spelling mistakes Signed-off-by: Donald Sharp --- bgpd/bgp_errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_errors.c b/bgpd/bgp_errors.c index 0f9d5fc73a..f11717b41f 100644 --- a/bgpd/bgp_errors.c +++ b/bgpd/bgp_errors.c @@ -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", }, -- 2.39.5