]> git.ozlabs.org Git - ccan/blobdiff - ccan/tap/tap.h
tap: spelling fix
[ccan] / 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).
  *