summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>1999-12-15 01:07:27 +0000
committerWichert Akkerman <wakkerma@debian.org>1999-12-15 01:07:27 +0000
commit7554cd4b7f2b2e88a0d90da72b16932482f44ab6 (patch)
tree08ac2b694e93959ca274ab4e90be3f6e66eb1914 /main
parentd7c92846076c7c0538d89dfbac4dfc3b2c66efd0 (diff)
downloaddpkg-7554cd4b7f2b2e88a0d90da72b16932482f44ab6.tar.gz
Fix typo
Diffstat (limited to 'main')
-rw-r--r--main/depcon.c2
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