spelling: alicloud

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

View File

@ -57,7 +57,7 @@ func (c *RunConfig) Prepare(ctx *interpolate.Context) []error {
}
if c.InstanceType == "" {
errs = append(errs, errors.New("An aliclod_instance_type must be specified"))
errs = append(errs, errors.New("An alicloud_instance_type must be specified"))
}
if c.UserData != "" && c.UserDataFile != "" {