spelling: template
This commit is contained in:
parent
c49c40ac41
commit
5a393d4fac
|
@ -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
|
||||
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue