X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftap%2Ftap.3;fp=ccan%2Ftap%2Ftap.3;h=6fc7c5c2b75577e77038cc18e3c55aa5b2d9eb45;hp=0abab740d615b9a7ec218bb6d5fb7ba7c72994c7;hb=d1a951b82386391b82e48b32403891f85e253565;hpb=55d814230f7fb628bb5303cd53498209c7928040 diff --git a/ccan/tap/tap.3 b/ccan/tap/tap.3 index 0abab740..6fc7c5c2 100644 --- a/ccan/tap/tap.3 +++ b/ccan/tap/tap.3 @@ -285,7 +285,7 @@ diag("Expected return code 0, got return code %d", rcode); .Xc .El .Pp -For maximum compatability your test program should return a particular +For maximum compatibility your test program should return a particular exit code. This is calculated by .Fn exit_status so it is sufficient to always return from @@ -303,7 +303,7 @@ directory in the source distribution contains numerous tests of functionality, written using .Nm . Examine them for examples of how to construct test suites. -.Sh COMPATABILITY +.Sh COMPATIBILITY .Nm strives to be compatible with the Perl Test::More and Test::Harness modules. The test suite verifies that