Author: fw
Date: 2007-12-25 17:55:54 +0000 (Tue, 25 Dec 2007)
New Revision: 7719
Modified:
lib/python/bugs.py
Log:
Fix typo in error message
Modified: lib/python/bugs.py
==================================================================---
lib/python/bugs.py 2007-12-25 17:55:50 UTC (rev 7718)
+++ lib/python/bugs.py 2007-12-25 17:55:54 UTC (rev 7719)
@@ -657,7 +657,7 @@
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\