X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=list.c;h=c234414dfb4ef5824200b2013f2970fd6885348f;hb=34165f4093277306d26a2fd1033a3328de6a5a95;hp=d987814443caa388c8d9e77ad253262a0f575120;hpb=4f4d26f5a63e82b6429a28db1b28698ec5f6c19c;p=privoxy.git diff --git a/list.c b/list.c index d9878144..c234414d 100644 --- a/list.c +++ b/list.c @@ -1,4 +1,4 @@ -const char list_rcs[] = "$Id: list.c,v 1.29 2012/03/09 17:55:50 fabiankeil Exp $"; +const char list_rcs[] = "$Id: list.c,v 1.30 2014/10/18 11:31:52 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.c,v $ @@ -902,7 +902,7 @@ struct map *new_map(void) * Function : free_map * * Description : Free the memory occupied by a map and its - * depandant strings + * dependent strings * * Parameters : * 1 : the_map = map to be freed. May be NULL.