[pacman-dev] [PATCH] Fix typo in documentation
Allan McRae
allan at archlinux.org
Sat Aug 11 06:24:01 EDT 2012
Signed-off-by: Allan McRae <allan at archlinux.org>
---
src/pacman/package.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pacman/package.c b/src/pacman/package.c
index fc869b1..77d58e1 100644
--- a/src/pacman/package.c
+++ b/src/pacman/package.c
@@ -52,7 +52,7 @@ static void deplist_display(const char *title,
}
/** Turn a optdepends list into a text list.
- * @param optdeps a list with items of type alpm_optdepend_t
+ * @param optdeps a list with items of type alpm_depend_t
*/
static void optdeplist_display(const char *title,
alpm_list_t *optdeps, unsigned short cols)
--
1.7.11.4
More information about the pacman-dev
mailing list