Fix typo in documentation
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
8550680924
commit
7262f4bed4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue