[Secure-testing-commits] r54262 - lib/python/sectracker
Sebastien Delafond
seb at moszumanska.debian.org
Fri Aug 4 14:24:05 UTC 2017
Author: seb
Date: 2017-08-04 14:24:05 +0000 (Fri, 04 Aug 2017)
New Revision: 54262
Modified:
lib/python/sectracker/parsers.py
Log:
Fix spelling issue in parsers.py
Modified: lib/python/sectracker/parsers.py
===================================================================
--- lib/python/sectracker/parsers.py 2017-08-04 14:24:00 UTC (rev 54261)
+++ lib/python/sectracker/parsers.py 2017-08-04 14:24:05 UTC (rev 54262)
@@ -204,12 +204,12 @@
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)
More information about the Secure-testing-commits
mailing list