mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
spelling: maximum
This commit is contained in:
parent
73d3d65b84
commit
cab8b6ed68
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
|
|||
}
|
||||
|
||||
if len(b.config.AdditionalDiskSize) > 64 {
|
||||
err = errors.New("VM's currently support a maximun of 64 additional SCSI attached disks.")
|
||||
err = errors.New("VM's currently support a maximum of 64 additional SCSI attached disks.")
|
||||
errs = packer.MultiErrorAppend(errs, err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue