New upstream version 1.2.3
[quagga-debian.git] / tests / aspath_test.c
index 5a0899ecb48c7802148aecc39fd2afebc930e00c..d970211788cb3dd7167fb3f595ea248a154841bd 100644 (file)
@@ -1037,7 +1037,7 @@ 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",
+      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,