1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

fixed a log message

This commit is contained in:
Aurelien Foret 2005-04-17 20:07:48 +00:00
parent cd26093b06
commit 5a035d0b40

View File

@ -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: