X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.c;h=224c52f58479b59994c493306b938e23ff661906;hp=c91521f3926b143c33cf0656c75be557d89430e3;hb=1b2cc4af84a3bc3ba01ba913ca30012c9efa31d8;hpb=52cf256c05896e5e82b9cac9afbaee41c9c597ab diff --git a/list.c b/list.c index c91521f3..224c52f5 100644 --- a/list.c +++ b/list.c @@ -1,4 +1,4 @@ -const char list_rcs[] = "$Id: list.c,v 1.22 2010/11/22 10:32:40 fabiankeil Exp $"; +const char list_rcs[] = "$Id: list.c,v 1.23 2011/01/22 12:30:22 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.c,v $ @@ -921,7 +921,7 @@ void free_map(struct map *the_map) * * Note: Since all strings will be free()d in free_map() * later, set the copy flags for constants or - * strings that will be independantly free()d. + * strings that will be independently free()d. * * Note2: This function allows NULL parameters - it * returns JB_ERR_MEMORY in that case.