diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:50:58 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:50:58 -0500 |
| commit | 1da3a6c69a8540a9fa2d01c8d59f5e7b65007dba (patch) | |
| tree | 1b4dc98f7952c7ef4217584b4af48c33c548126e /bgpd/bgp_errors.c | |
| parent | d10b16499c13a69d64af172253b8a1ab9780f765 (diff) | |
bgpd: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_errors.c')
| -rw-r--r-- | bgpd/bgp_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, |
