X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fgpg.py;h=865e9bd6dccc13b9b47354c510fa9c5503f2ab8c;hb=5fdbd1d5f5bd0039b29be847192ddd2338b32019;hp=62bfe096510453c180acb4fda1f5b80af6581ffa;hpb=438e50fc19e566ea0c986351681d865a36862713;p=dak.git diff --git a/daklib/gpg.py b/daklib/gpg.py index 62bfe096..865e9bd6 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 """