Skip to content

Commit

Permalink
spelling: maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 13, 2018
1 parent 73d3d65 commit cab8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/hyperv/iso/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit cab8b6e

Please sign in to comment.