Agent extension: fix comment

Fixes a typo in the comment.

Discreption => Description

TrivialFix

Change-Id: Ieb0da38dccd9ea9bfbfea1fc3f14a0e6227b26a4
This commit is contained in:
Gary Kotton 2016-06-25 10:59:31 -07:00
parent a711a874a6
commit f8d9e136bb
1 changed files with 1 additions and 1 deletions

View File

@ -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:
"""