just a few spelling error changes

This commit is contained in:
Carlos E. Garcia
2015-04-28 09:36:42 -04:00
parent 4205d74b11
commit cfbfd38723
32 changed files with 38 additions and 38 deletions

View File

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