X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.c;fp=list.c;h=c91521f3926b143c33cf0656c75be557d89430e3;hp=f5f43dc20c69868f74b16219d729e4da04623556;hb=52cf256c05896e5e82b9cac9afbaee41c9c597ab;hpb=84ebe15a40e60035d32ae14ede64dd66a4a7d0f5 diff --git a/list.c b/list.c index f5f43dc2..c91521f3 100644 --- a/list.c +++ b/list.c @@ -1,4 +1,4 @@ -const char list_rcs[] = "$Id: list.c,v 1.21 2009/05/16 13:27:20 fabiankeil Exp $"; +const char list_rcs[] = "$Id: list.c,v 1.22 2010/11/22 10:32:40 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.c,v $ @@ -496,7 +496,7 @@ char *list_to_text(const struct list *the_list) assert(list_is_valid(the_list)); /* - * Calculate the lenght of the final text. + * Calculate the length of the final text. * '2' because of the '\r\n' at the end of * each string and at the end of the text. */