]> git.ozlabs.org Git - ccan/commitdiff
tap: spelling fix
authorBrad Hards <bradh@frogmouth.net>
Sun, 16 Jan 2011 06:49:20 +0000 (17:49 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000 (16:28 +1030)
ccan/tap/tap.h

index 6a4c5e0520f683ff3e217644cb0d69b4e076ac62..2c309740f9286e8d6d72c514f656ff799025524a 100644 (file)
@@ -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).
  *