[pacman-dev] [PATCH] alpm_list: fix typo in doxygen comment

Pang Yan Han pangyanhan at gmail.com
Mon May 23 23:25:13 EDT 2011


Signed-off-by: Pang Yan Han <pangyanhan at gmail.com>
---
 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 d2e0947..c2b30ad 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
-- 
1.7.5.rc0.101.g3d23c



More information about the pacman-dev mailing list