fix: spelling mistake

This commit is contained in:
Andreas Preikschat 2014-03-31 19:57:15 +02:00
parent 6235fa19a9
commit ab4cbfd85e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ OPTIONAL_MODULES = [
('psycopg2', '(PostgreSQL support)', True),
('nose', '(testing framework)', True),
('mock', '(testing module)', sys.version_info[1] < 3),
('jenkins', '(access jenkins api - package name: enkins-webapi)', True),
('jenkins', '(access jenkins api - package name: jenkins-webapi)', True),
]
w = sys.stdout.write