]> git.ozlabs.org Git - ccan/blobdiff - ccan/tlist2/_info
Fix typos detected by github.com/client9/misspell
[ccan] / ccan / tlist2 / _info
index 3546beb05cd2b07808bc1af83972d383899539fb..fb01f2f093de1e5fe2a0485a7c1612b597e58b5b 100644 (file)
@@ -6,7 +6,7 @@
  * tlist2 - typesafe double linked list routines, alternative form
  *
  * The list header contains routines for manipulating double linked lists;
- * this extends it so you can create list head types which only accomodate
+ * this extends it so you can create list head types which only accommodate
  * a specific entry type.
  *
  * Compared to 'tlist', this: