From: Fabian Keil Date: Thu, 28 May 2020 09:11:55 +0000 (+0200) Subject: Fix typos X-Git-Tag: v_3_0_29~403 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=232652cee900b4014c23e12ee4400d1f0abd6c8d Fix typos --- diff --git a/list.c b/list.c index 4faf6939..89bb0102 100644 --- a/list.c +++ b/list.c @@ -130,7 +130,7 @@ void destroy_list (struct list *the_list) * Description : Check that a string list is valid. The intended * usage is "assert(list_is_valid(the_list))". * Currently this checks that "the_list->last" - * is correct, and that the list dosn't contain + * is correct, and that the list doesn't contain * circular references. It is likely to crash if * it's passed complete garbage. * @@ -1120,7 +1120,7 @@ jb_err unmap(struct map *the_map, const char *name) * 2 : name = name parameter to look for * * Returns : the value if found, else the empty string. - * Return value is alloced as part of the map, so + * Return value is allocated as part of the map, so * it is freed when the map is destroyed. Caller * must not free or modify it. *