spelling: attempt

This commit is contained in:
Josh Soref 2018-03-13 07:11:42 +00:00
parent 75a7ceec48
commit e7a30b4ba2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func (c *FixCommand) Run(args []string) int {
c.Ui.Say(result)
if flagValidate {
// Attemot to parse and validate the template
// Attempt to parse and validate the template
tpl, err := template.Parse(strings.NewReader(result))
if err != nil {
c.Ui.Error(fmt.Sprintf(