X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=518d66e9f36d7aaa1159a6454176c7f4eba15706;hb=dacd1b7a65dedbfbedfc3ef2a8e9393e198ff806;hp=2cf6871c092e60089cda94ef72cde857231cef53;hpb=c24bd56cce877f2d9a67c44d27604358e24d18e8;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 2cf6871c..518d66e9 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -276,7 +276,7 @@ def parse_changes(filename, signing_rules=0, dsc_file=0, keyrings=None): missingfields.append(keyword) if len(missingfields): - raise ParseChangesError("Missing mandantory field(s) in changes file (policy 5.5): %s" % (missingfields)) + raise ParseChangesError("Missing mandatory field(s) in changes file (policy 5.5): %s" % (missingfields)) return changes