X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=list.c;h=c91521f3926b143c33cf0656c75be557d89430e3;hb=114cede2d62a35127dc60e058a010653cc70d978;hp=0e92ad0fcd83bd787aa4a62eca675b4190aa2fb4;hpb=e72b401da5537a14b29e945944926373cb251825;p=privoxy.git diff --git a/list.c b/list.c index 0e92ad0f..c91521f3 100644 --- a/list.c +++ b/list.c @@ -1,4 +1,4 @@ -const char list_rcs[] = "$Id: list.c,v 1.20 2007/05/14 16:56:07 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. */