summaryrefslogtreecommitdiffstats
path: root/tests/bgpd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-05-07 02:38:40 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-05-07 02:38:40 +0200
commit4c98b89e5c753b9d51ff21b846808faf710ee37f (patch)
tree7938b45ea649d693df59fbbd13ef98a3b087d726 /tests/bgpd
parentMerge pull request #11145 from donaldsharp/bgp_capability (diff)
downloadfrr-4c98b89e5c753b9d51ff21b846808faf710ee37f.tar.xz
frr-4c98b89e5c753b9d51ff21b846808faf710ee37f.zip
*: Fix doesnt spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/bgpd')
-rw-r--r--tests/bgpd/test_aspath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_aspath.c b/tests/bgpd/test_aspath.c
index 3cc9a6307..ef1fcf5ce 100644
--- a/tests/bgpd/test_aspath.c
+++ b/tests/bgpd/test_aspath.c
@@ -1012,7 +1012,7 @@ static int validate(struct aspath *as, const struct test_spec *sp)
fails++;
printf("firstas: %d, got %d\n", sp->first,
aspath_firstas_check(as, sp->first));
- printf("loop does: %d %d, doesnt: %d %d\n", sp->does_loop,
+ printf("loop does: %d %d, doesn't: %d %d\n", sp->does_loop,
aspath_loop_check(as, sp->does_loop), sp->doesnt_loop,
aspath_loop_check(as, sp->doesnt_loop));
printf("private check: %d %d\n", sp->private_as,