index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <d@falconindy.com> | 2011-03-16 19:39:40 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-16 19:52:54 -0500 |
commit | deed0286ef7045ce54fc54f8cadebfe3ebb5f725 (patch) | |
tree | 8e83b2a6ddfd4f30838806e5176b4e9c441b7e49 /lib/libalpm/alpm_list.c | |
parent | e28c47ade3253a4126b20f42a7715c69ec3555aa (diff) |
-rw-r--r-- | lib/libalpm/alpm_list.c | 2 |
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 |