Fix a typo

Change-Id: I0791cdc707d8c743fee4fa0a228448f0d960fa77
This commit is contained in:
lidong 2017-04-14 01:59:23 -07:00
parent 8c90feb915
commit e332eb1aea

View File

@ -215,7 +215,7 @@ class ResultConsumer(object):
class TaskAborted(Exception):
"""Task aborted exception
Used by TaskEngine to interupt task run.
Used by TaskEngine to interrupt task run.
"""