summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm_list.c
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-03-17 00:39:40 +0100
committerDan McGee <dan@archlinux.org>2011-03-17 01:52:54 +0100
commitdeed0286ef7045ce54fc54f8cadebfe3ebb5f725 (patch)
tree8e83b2a6ddfd4f30838806e5176b4e9c441b7e49 /lib/libalpm/alpm_list.c
parente28c47ade3253a4126b20f42a7715c69ec3555aa (diff)
downloadpacman-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.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