From 6797cbe986dff4c7090b92b6629d5e864f60167d Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Wed, 28 Sep 2016 17:44:53 +0700 Subject: [PATCH] Fix typo in comment This patch fixes typo "intialize()" in comment. Change-Id: Ib96428e676aef706579167f645b0fb3c28bd40d5 --- neutron/agent/agent_extensions_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/agent_extensions_manager.py b/neutron/agent/agent_extensions_manager.py index c3d8141d774..a06247bc6d4 100644 --- a/neutron/agent/agent_extensions_manager.py +++ b/neutron/agent/agent_extensions_manager.py @@ -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)