diff options
author | Dave Reisner <d@falconindy.com> | 2011-03-17 00:39:40 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-17 01:52:54 +0100 |
commit | deed0286ef7045ce54fc54f8cadebfe3ebb5f725 (patch) | |
tree | 8e83b2a6ddfd4f30838806e5176b4e9c441b7e49 /lib/libalpm/alpm_list.c | |
parent | e28c47ade3253a4126b20f42a7715c69ec3555aa (diff) | |
download | pacman-deed0286ef7045ce54fc54f8cadebfe3ebb5f725.tar.gz pacman-deed0286ef7045ce54fc54f8cadebfe3ebb5f725.tar.xz |
alpm_list: fix typo in doxygen comment
Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm_list.c')
-rw-r--r-- | lib/libalpm/alpm_list.c | 2 |
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 |