X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.c;h=c91521f3926b143c33cf0656c75be557d89430e3;hp=f5f43dc20c69868f74b16219d729e4da04623556;hb=c3bacc5a40a669b017c04a4bf2271653ff0af2bb;hpb=ed5b8d7f74bc21dc4c88c35b58e9657f0a611af2 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. */