Browse Source

tap: spelling fix

Brad Hards 15 years ago
parent
commit
c39bd50584
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/tap/tap.h

+ 1 - 1
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).
  *