From c39bd505849acdf77744e24b5db7263003911c08 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 16 Jan 2011 17:49:20 +1100 Subject: [PATCH] tap: spelling fix --- ccan/tap/tap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). * -- 2.39.2