Fix 'cancled' misspelling in --step debug

This commit is contained in:
Adrian Likins 2016-11-29 09:46:55 -05:00
parent 366b7c7691
commit 83676e9b40

View file

@ -819,7 +819,7 @@ class StrategyBase:
display.debug("User ran task")
ret = True
elif resp.lower() in ['c', 'continue']:
display.debug("User ran task and cancled step mode")
display.debug("User ran task and canceled step mode")
self._step = False
ret = True
else: