aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-05-11 13:17:08 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-05-11 13:17:08 +0000
commitb5859f1e3d9ba436888f69dd75bcca3e77a5897b (patch)
tree9e178f212735cedd1fa860428724fa5702b54db3
parent773de2cbfd1a7df8d2207d90d2661b6c2be7ef77 (diff)
downloadperl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar
perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar.gz
perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar.bz2
perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar.xz
perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.zip
Fix comment
-rw-r--r--URPM/Signature.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM/Signature.pm b/URPM/Signature.pm
index 95b9775..e61cf20 100644
--- a/URPM/Signature.pm
+++ b/URPM/Signature.pm
@@ -25,7 +25,7 @@ sub compare_pubkeys {
$diff <= $options{diff} ? 0 : $diff;
}
-#- parse an armored file and import in keys hash if the key does not already exists.
+#- parse an armored file
sub parse_armored_file {
my (undef, $file) = @_;
my ($block, $content, @l);