X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftlist%2F_info;h=19fc4bd9fb3d731a6127d960b8df74c272569e9d;hb=fedf515165bfafaf4fb98252ecda1abe050c8da5;hp=c3c116d2ead01bbead5865e3321034ea45f298b3;hpb=78b06543e80fc76b953b6a65684dce312da7e660;p=ccan diff --git a/ccan/tlist/_info b/ccan/tlist/_info index c3c116d2..19fc4bd9 100644 --- a/ccan/tlist/_info +++ b/ccan/tlist/_info @@ -6,7 +6,7 @@ * tlist - typesafe double linked list routines * * 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. * * Example: