1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

alpm_list: fix typo in doxygen comment

Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2011-03-16 19:39:40 -04:00 committed by Dan McGee
parent e28c47ade3
commit deed0286ef

View File

@ -287,7 +287,7 @@ alpm_list_t SYMEXPORT *alpm_list_msort(alpm_list_t *list, size_t n, alpm_list_fn
/**
* @brief Remove an item from the list.
* item is not freed; this is the respnsiblity of the caller.
* item is not freed; this is the responsiblity of the caller.
*
* @param haystack the list to remove the item from
* @param item the item to remove from the list