From 988ab667310ca90824c2cf81a3d61ab5630c567c Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 8 Sep 2020 11:18:10 -0700 Subject: [PATCH] Update common/extra_iso_config.go thanks for the copyediting :D Co-authored-by: Wilken Rivera --- common/extra_iso_config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/extra_iso_config.go b/common/extra_iso_config.go index b870aafce..8ba5c58ea 100644 --- a/common/extra_iso_config.go +++ b/common/extra_iso_config.go @@ -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