spelling: temaplte -> template (#55665)

Correct a common mis-spelling of 'template' including in the return
value of the lib/ansible/modules/cloud/cloudstack/cs_template.py
module.
This commit is contained in:
Lars Kellogg-Stedman 2019-04-24 01:06:09 -04:00 committed by Martin Krizek
parent e77260a4fb
commit 35fdae7485
4 changed files with 6 additions and 6 deletions

View file

@ -396,7 +396,7 @@ class AnsibleCloudStackTemplate(AnsibleCloudStack):
'templatetag': 'template_tag',
'sshkeyenabled': 'sshkey_enabled',
'passwordenabled': 'password_enabled',
'tempaltetype': 'template_type',
'templatetype': 'template_type',
'ostypename': 'os_type',
'crossZones': 'cross_zones',
'format': 'format',