diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-07-31 21:01:34 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-07-31 23:45:03 -0300 | 
| commit | 399aedd6375f48ca5e99cc9391973566540b20a2 (patch) | |
| tree | 1bb2b0cb96c5b32ed9f51a3691ca3f347385a72b /tests/bgpd/test_capability.c | |
| parent | a46a2e9b4e8de782ac07e01429a80ed7ec167dcb (diff) | |
tests: fix small typo
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'tests/bgpd/test_capability.c')
| -rw-r--r-- | tests/bgpd/test_capability.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_capability.c b/tests/bgpd/test_capability.c index 9ec2b5df19..e8700a8b4a 100644 --- a/tests/bgpd/test_capability.c +++ b/tests/bgpd/test_capability.c @@ -170,7 +170,7 @@ static struct test_segment mp_segments[] = {  	/* 8 */  	{  		"MP6", -		"MP IP4/MPLS-laveled VPN", +		"MP IP4/MPLS-labeled VPN",  		{CAPABILITY_CODE_MP, 0x4, 0x0, 0x1, 0x0, 0x80},  		6,  		SHOULD_PARSE,  | 
