fixed typo in tests/consist.py

fixed typo in tests/consist.py
This commit is contained in:
sjwehry 2015-01-05 20:01:16 -05:00
parent 0452b43af6
commit 8eb6de4e09

View file

@ -23,7 +23,7 @@ def parse():
dest='runs',
default=10,
type=int,
help='Specify the number of times to fun the consistency check')
help='Specify the number of times to run the consistency check')
parser.add_option('-c',
'--command',
dest='command',