summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-01-11 10:43:40 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-01-11 10:43:40 +0100
commit0938d37b30d67f6cb7b2bb0bfef225568d11d769 (patch)
tree1584fb37c23e22134180dca9f32d8abc601a5b36 /lib
parentc305bf670bf48c39f0459f4c26688d11ad7a4b25 (diff)
downloadpacman-0938d37b30d67f6cb7b2bb0bfef225568d11d769.tar.gz
pacman-0938d37b30d67f6cb7b2bb0bfef225568d11d769.tar.xz
fixed an awfull typo
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c
index 65dfbeef..cde16141 100644
--- a/lib/libalpm/add.c
+++ b/lib/libalpm/add.c
@@ -177,7 +177,7 @@ int add_loadtarget(pmtrans_t *trans, pmdb_t *db, char *name)
}
if(trans->flags & PM_TRANS_FLAG_ALLDEPS) {
- info->reason = PM_PKG_REASON_EXPLICIT;
+ info->reason = PM_PKG_REASON_DEPEND;
}
/* add the package to the transaction */