summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm_list.c
diff options
context:
space:
mode:
authorPang Yan Han <pangyanhan@gmail.com>2011-05-24 05:25:13 +0200
committerDan McGee <dan@archlinux.org>2011-05-24 15:27:21 +0200
commite711e5b9501adcb692c65e7d358ae5b0e5bcfb57 (patch)
treee0f3b748717a288a3e8a6ab78b38cdef40f5d751 /lib/libalpm/alpm_list.c
parent65c18807350b2bedff0546b839fd5cd0004a6d4f (diff)
downloadpacman-e711e5b9501adcb692c65e7d358ae5b0e5bcfb57.tar.gz
pacman-e711e5b9501adcb692c65e7d358ae5b0e5bcfb57.tar.xz
alpm_list: fix typo in doxygen comment
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm_list.c')
-rw-r--r--lib/libalpm/alpm_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c
index f0619bcd..42ef367a 100644
--- a/lib/libalpm/alpm_list.c
+++ b/lib/libalpm/alpm_list.c
@@ -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 responsiblity of the caller.
+ * item is not freed; this is the responsibility of the caller.
*
* @param haystack the list to remove the item from
* @param item the item to remove from the list