X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fgpg.py;h=865e9bd6dccc13b9b47354c510fa9c5503f2ab8c;hb=0d21dd1feacf8ab3a0cb03abeac7a062096851c6;hp=62bfe096510453c180acb4fda1f5b80af6581ffa;hpb=c99ea0325e1909e3c5d3177cf82c4994f484749f;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 """