Fix typo in documentation

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-08-11 20:21:44 +10:00 committed by Dan McGee
parent 8550680924
commit 7262f4bed4

View file

@ -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)