Update common/extra_iso_config.go

thanks for the copyediting :D

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Megan Marsh 2020-09-08 11:18:10 -07:00 committed by GitHub
parent 900100f591
commit 988ab66731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,9 +56,9 @@ type CDConfig struct {
// between providing the directory with or without the glob is whether the
// directory itself or its contents will be at the CD root.
//
// Use of this option assums that you have a command line tool isntalled
// Use of this option assumes that you have a command line tool installed
// that can handle the iso creation. If you are running Packer from an OSX host,
// the required tool is is hdiutil which comes preinstalled.
// the required tool is hdiutil which comes preinstalled.
// On linux hosts, you need to have mkisofs.
// On Windows, you must have oscdimg.exe. oscdimg.exe is part of the
// Windows ADK tooks, downloadable from