mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Merge pull request #10853 from cgar/spelling
just a few spelling error changes I swear only 95% of those are mine!
This commit is contained in:
@@ -111,7 +111,7 @@ class TaskQueueManager:
|
||||
for handler in handler_block.block:
|
||||
handler_list.append(handler)
|
||||
|
||||
# then initalize it with the handler names from the handler list
|
||||
# then initialize it with the handler names from the handler list
|
||||
for handler in handler_list:
|
||||
self._notified_handlers[handler.get_name()] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user