Fix some typos (#16498)

This commit is contained in:
Shota 2016-06-30 03:31:25 +09:00 committed by Brian Coca
parent 4f76222f5b
commit 47f715fb37
11 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@ from ansible.playbook.play import Play
from ansible.executor.task_queue_manager import TaskQueueManager
from ansible.plugins.callback import CallbackBase
# Creat a callback object so we can capture the output
# Create a callback object so we can capture the output
class ResultsCollector(CallbackBase):
def __init__(self, *args, **kwargs):