Fix typo: "FEATURR".

This commit is contained in:
Jason Tibbitts 2010-11-30 08:33:21 -06:00
parent 318462b67a
commit c3b5f79919

View file

@ -36,7 +36,7 @@ NEEDSPONSOR = '177841'
SCITECH = '505154'
# These will show up in a query but aren't actual review tickets
trackers = set([ACCEPT, FEATURR, NEEDSPONSOR, GUIDELINES, SCITECH])
trackers = set([ACCEPT, FEATURE, NEEDSPONSOR, GUIDELINES, SCITECH])
def parse_commandline():
usage = "usage: %prog [options] -d <dest_dir> -t <template_dir>"