fixed minor typo
authorewt <devnull@localhost>
Thu, 1 May 1997 14:53:48 +0000 (14:53 +0000)
committerewt <devnull@localhost>
Thu, 1 May 1997 14:53:48 +0000 (14:53 +0000)
CVS patchset: 1573
CVS date: 1997/05/01 14:53:48

verify.c

index 4c2b75d..72f9766 100644 (file)
--- 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);