index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-29 22:32:13 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-05-05 13:52:23 +1000 |
commit | 2694d17ad99bab1cea5aad0ea4781ea4d51e596b (patch) | |
tree | 9c664db457a26d239167a22459418bf17f9238ab /lib/libalpm/deps.c | |
parent | 0088a7ab1cc2676a31debc05878a80d0bd9a6ba4 (diff) |
-rw-r--r-- | lib/libalpm/deps.c | 2 |
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 1fe7cd91..c35a2752 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -432,7 +432,7 @@ int _alpm_depcmp_literal(alpm_pkg_t *pkg, alpm_depend_t *dep) } /** - * @param dep dependency to check agains the provision list + * @param dep dependency to check against the provision list * @param provisions provision list * @return 1 if provider is found, 0 otherwise */ |