From: Donald Sharp Date: Mon, 14 Feb 2022 17:50:58 +0000 (-0500) Subject: bgpd: Fix spelling mistakes X-Git-Tag: pim6-testing-20220430~329^2~9 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1da3a6c69a8540a9fa2d01c8d59f5e7b65007dba;p=matthieu%2Ffrr.git bgpd: Fix spelling mistakes Signed-off-by: Donald Sharp --- 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", },