Skip to content

Commit

Permalink
spelling: template
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 14, 2018
1 parent c49c40a commit 5a393d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/ncloud/step_validate_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/olekukonko/tablewriter"
)

//StepValidateTemplate : struct for Validation a tempalte
//StepValidateTemplate : struct for Validation a template
type StepValidateTemplate struct {
Conn *ncloud.Conn
Validate func() error
Expand All @@ -25,7 +25,7 @@ type StepValidateTemplate struct {
FeeSystemTypeCode string
}

// NewStepValidateTemplate : function for Validation a tempalte
// NewStepValidateTemplate : function for Validation a template
func NewStepValidateTemplate(conn *ncloud.Conn, ui packer.Ui, config *Config) *StepValidateTemplate {
var step = &StepValidateTemplate{
Conn: conn,
Expand Down

0 comments on commit 5a393d4

Please sign in to comment.