1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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: