forked from Mirror/frr
bgpd: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
d10b16499c
commit
1da3a6c69a
|
@ -464,7 +464,7 @@ static struct log_ref ferr_bgp_err[] = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.code = EC_BGP_INVALID_BGP_INSTANCE,
|
.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",
|
.description = "Indicates that specified bgp instance is NULL",
|
||||||
.suggestion = "Get log files from router and open an issue",
|
.suggestion = "Get log files from router and open an issue",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue