Merge "Fix a typo in audittemplate help"

This commit is contained in:
Jenkins 2017-01-10 16:29:41 +00:00 committed by Gerrit Code Review
commit d2aede7151

@ -155,7 +155,7 @@ class CreateAuditTemplate(command.ShowOne):
parser.add_argument(
'-d', '--description',
metavar='<description>',
help=_('Descrition of the audit template.'))
help=_('Description of the audit template.'))
parser.add_argument(
'--scope',
metavar='<path>',