From d514303a3a989de668eb456ca9c3534f6260c71d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 7 Jun 2012 15:38:38 +0200 Subject: [PATCH] Fix spell --- update-archive/update-yum-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-archive/update-yum-archive.sh b/update-archive/update-yum-archive.sh index 9d49d26..72b1b81 100755 --- a/update-archive/update-yum-archive.sh +++ b/update-archive/update-yum-archive.sh @@ -92,7 +92,7 @@ for vdist in centos/5.5 rhel/5.5; do done done done -echo "Signing pakages (default ID PPH is empty):" +echo "Signing packages (default ID PPH is empty):" rpm --addsign ${pkgs_to_sign} chgrp staff ${pkgs_to_sign} chmod g+w ${pkgs_to_sign} -- 1.7.10.4