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:
Brian Coca
2015-04-30 09:02:09 -04:00
32 changed files with 38 additions and 38 deletions

View File

@@ -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()] = []