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

[dak/master] fix typo in daklib/gpg.py: seqeuence -> sequence



---
 daklib/gpg.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/gpg.py b/daklib/gpg.py
index 62bfe09..865e9bd 100644
--- a/daklib/gpg.py
+++ b/daklib/gpg.py
@@ -68,7 +68,7 @@ class SignedFile(object):
     def __init__(self, data, keyrings, require_signature=True, gpg="/usr/bin/gpg"):
         """
         @param data: string containing the message
-        @param keyrings: seqeuence of keyrings
+        @param keyrings: sequence of keyrings
         @param require_signature: if True (the default), will raise an exception if no valid signature was found
         @param gpg: location of the gpg binary
         """
-- 
1.7.2.5



Reply to: