From 232652cee900b4014c23e12ee4400d1f0abd6c8d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 11:11:55 +0200 Subject: [PATCH] Fix typos --- list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.39.2