summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2017-08-04 14:24:05 +0000
committerSebastien Delafond <seb@debian.org>2017-08-04 14:24:05 +0000
commit00504b12712687eb9d312d5ced2759f487fddce6 (patch)
tree292102225de3a037a3412c9ca62f6e29ef80b7f8 /lib
parentef02435429be34357ac9700a074bc4842f6dfa30 (diff)
Fix spelling issue in parsers.py
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54262 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/sectracker/parsers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/sectracker/parsers.py b/lib/python/sectracker/parsers.py
index 4b3125e50f..66d141810b 100644
--- a/lib/python/sectracker/parsers.py
+++ b/lib/python/sectracker/parsers.py
@@ -204,12 +204,12 @@ def _parselist(path, f, parseheader, finish):
continue
ann = _annotationdispatcher(line, diag)
if ann is not None:
- # Per-annotation checks (spanning multiple annotaitons)
+ # Per-annotation checks (spanning multiple annotations)
anns_types.add(ann.type)
if ann.type == "package":
rp = (ann.release, ann.package)
if rp in relpkg:
- diag.error("duplicate package annation")
+ diag.error("duplicate package annotation")
ann = None
else:
relpkg.add(rp)

© 2014-2024 Faster IT GmbH | imprint | privacy policy