From 3a82b8ac641120c231f4f7e8a2edc0bd1c40a399 Mon Sep 17 00:00:00 2001 From: Aaron Rutkovsky Date: Thu, 16 Jan 2014 22:02:38 -0600 Subject: Fix typos Closes #1513 --- src/adlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlist.c') diff --git a/src/adlist.c b/src/adlist.c index b4dba420f..b4cc785be 100644 --- a/src/adlist.c +++ b/src/adlist.c @@ -71,7 +71,7 @@ void listRelease(list *list) zfree(list); } -/* Add a new node to the list, to head, contaning the specified 'value' +/* Add a new node to the list, to head, containing the specified 'value' * pointer as value. * * On error, NULL is returned and no operation is performed (i.e. the -- cgit v1.2.1