diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-27 19:21:35 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | 5e1e0166cb6a7832c9ef68fb7d588387635f8c47 (patch) | |
| tree | 527cadf3525f953e3610f6f5ac418b3b307a9384 /bgpd/bgp_errors.c | |
| parent | 67aeb554149ae5b2632d34e5f16c8113e8870b12 (diff) | |
*: correct typos in error reference cards
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.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 4627a8826b..3674c33722 100644 --- a/bgpd/bgp_errors.c +++ b/bgpd/bgp_errors.c @@ -94,7 +94,7 @@ static struct ferr_ref ferr_bgp_err[] = {  	{  		.code = BGP_ERR_LM_ERROR,  		.title = "BGP received invalid label manager message", -		.description = "BGP received nvalid label manager message from label manager", +		.description = "BGP received invalid label manager message from label manager",  		.suggestion = "Label manager sent invalid essage to BGP for wrong protocol, instance, etc. Most likely a bug"  	},  	{  | 
