summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2007-12-25 17:55:54 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2007-12-25 17:55:54 +0000
commitb6f2989cb814e835d43691400c883e5604fdba7d (patch)
tree1459199590664c0b72a6011c370af3abc57be0ec /lib
parent8e43196cf3e930d76846af960e8f517b9e5343c1 (diff)
Fix typo in error message
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@7719 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/bugs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/bugs.py b/lib/python/bugs.py
index 4a343a95f9..4efea286fd 100644
--- a/lib/python/bugs.py
+++ b/lib/python/bugs.py
@@ -657,7 +657,7 @@ class FileBase(debian_support.PackageFile):
elif cve_rejected:
if not self.isUniqueName(record_name):
self.raiseSyntaxError\
- ('rjeected CVE entries must have CVE names',
+ ('rejected CVE entries must have CVE names',
first_lineno)
if len(pkg_notes) > 0:
self.raiseSyntaxError\

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