index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-01 12:13:49 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-01 12:13:49 -0500 |
commit | 41da2253366b6f641fc3e986817ee617c9e18df3 (patch) | |
tree | c0ef91021a88bd663905a170087a7cbfec874436 /lib/libalpm/alpm_list.c | |
parent | fe9804a96d9e50a44e549c7be9189152e20893c5 (diff) | |
parent | aad57cc06ac60dc8fdcff9bea811e990d64f74d3 (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 d2e09478..c2b30adc 100644 --- a/lib/libalpm/alpm_list.c +++ b/lib/libalpm/alpm_list.c @@ -286,7 +286,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 |