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

@ -299,7 +299,7 @@ class TaskExecutor:
loop_pause = templar.template(self._task.loop_control.pause)
extended = templar.template(self._task.loop_control.extended)
# This may be 'None',so it is tempalted below after we ensure a value and an item is assigned
# This may be 'None',so it is templated below after we ensure a value and an item is assigned
label = self._task.loop_control.label
# ensure we always have a label