[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fix typo.



---
 daklib/gpg.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daklib/gpg.py b/daklib/gpg.py
index 758b5b6..6968635 100644
--- a/daklib/gpg.py
+++ b/daklib/gpg.py
@@ -81,7 +81,7 @@ class SignedFile(object):
         self.expired = False
         self.invalid = False
         self.fingerprints = []
-        self.primary_finterprints = []
+        self.primary_fingerprints = []
         self.signature_ids = []
 
         self._verify(data, require_signature)
-- 
2.1.4


Reply to: