summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm_list.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-17 01:55:28 +0100
committerDan McGee <dan@archlinux.org>2011-03-17 01:55:28 +0100
commite6c9076a74f72d7c5164e2154ce1f47f8886e6e5 (patch)
tree341489024952aec1813c7ce67bc45faf8c5b6441 /lib/libalpm/alpm_list.c
parentcff36093f3b778b3bda9c9d1a3acf24e36dd9f73 (diff)
parent308aa38a40fb26d535f0b874bb64fe987126d03f (diff)
downloadpacman-e6c9076a74f72d7c5164e2154ce1f47f8886e6e5.tar.gz
pacman-e6c9076a74f72d7c5164e2154ce1f47f8886e6e5.tar.xz
Merge branch 'maint'
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 4cab665f..f0619bcd 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 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