X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftap%2Ftap.h;h=2c309740f9286e8d6d72c514f656ff799025524a;hp=6a4c5e0520f683ff3e217644cb0d69b4e076ac62;hb=a39bf3aca1b60365efaf8b1eeb2b2c58b09ffab6;hpb=fece6c238afd41bd3ffba1287afa598863d7165e diff --git a/ccan/tap/tap.h b/ccan/tap/tap.h index 6a4c5e05..2c309740 100644 --- a/ccan/tap/tap.h +++ b/ccan/tap/tap.h @@ -195,7 +195,7 @@ void todo_end(void); /** * exit_status - the value that main should return. * - * For maximum compatability your test program should return a particular exit + * For maximum compatibility your test program should return a particular exit * code (ie. 0 if all tests were run, and every test which was expected to * succeed succeeded). *