diff options
-rw-r--r-- | src/pacman/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/trans.c b/src/pacman/trans.c index ad3337da..2e67c7ba 100644 --- a/src/pacman/trans.c +++ b/src/pacman/trans.c @@ -51,7 +51,7 @@ void cb_trans(unsigned short event, void *data1, void *data2) MSG(NL, "resolving dependencies... "); break; case PM_TRANS_EVT_INTERCONFLICTS_START: - MSG(NL, "looking inter-conflicts... "); + MSG(NL, "looking for inter-conflicts... "); break; case PM_TRANS_EVT_CHECKDEPS_DONE: case PM_TRANS_EVT_FILECONFLICTS_DONE: |