spelling: maximum

This commit is contained in:
Josh Soref 2018-03-13 08:10:20 +00:00
parent 73d3d65b84
commit cab8b6ed68
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}