From f8d9e136bbd78775da6ae176e94e7d5ff8ca3709 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sat, 25 Jun 2016 10:59:31 -0700 Subject: [PATCH] Agent extension: fix comment Fixes a typo in the comment. Discreption => Description TrivialFix Change-Id: Ieb0da38dccd9ea9bfbfea1fc3f14a0e6227b26a4 --- neutron/extensions/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/extensions/agent.py b/neutron/extensions/agent.py index bda48582952..1ef06af73ce 100644 --- a/neutron/extensions/agent.py +++ b/neutron/extensions/agent.py @@ -154,7 +154,7 @@ class AgentPluginBase(object): def update_agent(self, context, agent): """Disable or Enable the agent. - Discription also can be updated. Some agents cannot be disabled, such + Description also can be updated. Some agents cannot be disabled, such as plugins, services. An error code should be reported in this case. @raise exceptions.BadRequest: """