From b5859f1e3d9ba436888f69dd75bcca3e77a5897b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 11 May 2009 13:17:08 +0000 Subject: Fix comment --- URPM/Signature.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1