Fix typos

Closes #1513
This commit is contained in:
Aaron Rutkovsky
2014-01-16 22:02:38 -06:00
committed by antirez
parent d3005539c5
commit 3101760937
4 changed files with 7 additions and 7 deletions

View File

@ -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