Fix typo in comment

This patch fixes typo "intialize()" in comment.

Change-Id: Ib96428e676aef706579167f645b0fb3c28bd40d5
This commit is contained in:
Ha Van Tu 2016-09-28 17:44:53 +07:00
parent b3852bd063
commit 6797cbe986

View File

@ -57,7 +57,7 @@ class AgentExtensionsManager(stevedore.named.NamedExtensionManager):
# If the agent has provided an agent_api object, this object will
# be passed to all interested extensions. This object must be
# consumed by each such extension before the extension's
# intialize() method is called, as the initilization step
# initialize() method is called, as the initialization step
# relies on the agent_api already being available.
extension.obj.consume_api(agent_api)