fixed minor typo

CVS patchset: 1573
CVS date: 1997/05/01 14:53:48
This commit is contained in:
ewt 1997-05-01 14:53:48 +00:00
parent 890f8653f5
commit 22a9fe43e3
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ void doVerify(char * prefix, enum verifysources source, char ** argv,
case VERIFY_GRP:
if (rpmdbFindByGroup(db, arg, &matches)) {
fprintf(stderr,
_("group %s does not contain any pacakges\n"),
_("group %s does not contain any packages\n"),
arg);
} else {
verifyMatches(prefix, db, matches, verifyFlags);