Fix 'cancled' misspelling in --step debug

pull/17827/head
Adrian Likins 8 years ago
parent 366b7c7691
commit 83676e9b40

@ -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:

Loading…
Cancel
Save