From 22a9fe43e3fcafb3cea9231e748b78f532422ef9 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 1 May 1997 14:53:48 +0000 Subject: [PATCH] fixed minor typo CVS patchset: 1573 CVS date: 1997/05/01 14:53:48 --- verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify.c b/verify.c index 4c2b75d..72f9766 100644 --- a/verify.c +++ b/verify.c @@ -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); -- 2.7.4