diff options
author | Wichert Akkerman <wakkerma@debian.org> | 1999-12-15 01:07:27 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 1999-12-15 01:07:27 +0000 |
commit | 7554cd4b7f2b2e88a0d90da72b16932482f44ab6 (patch) | |
tree | 08ac2b694e93959ca274ab4e90be3f6e66eb1914 /main | |
parent | d7c92846076c7c0538d89dfbac4dfc3b2c66efd0 (diff) | |
download | dpkg-7554cd4b7f2b2e88a0d90da72b16932482f44ab6.tar.gz |
Fix typo
Diffstat (limited to 'main')
-rw-r--r-- | main/depcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/depcon.c b/main/depcon.c index 6cfcf9f61..b64f5218c 100644 --- a/main/depcon.c +++ b/main/depcon.c @@ -198,7 +198,7 @@ int depisok(struct dependency *dep, struct varbuf *whynot, /* TODO: check dep_enhances as well (WTA) */ if (dep->type == dep_depends || dep->type == dep_predepends || - dep->type == dep_recommends || dep->type = dep_suggests ) { + dep->type == dep_recommends || dep->type == dep_suggests ) { /* Go through the alternatives. As soon as we find one that * we like, we return `1' straight away. Otherwise, when we get to |