diff --git a/common/step_create_cdrom.go b/common/step_create_cdrom.go index 4655fcd8f..3a350cce9 100644 --- a/common/step_create_cdrom.go +++ b/common/step_create_cdrom.go @@ -237,7 +237,7 @@ func (s *StepCreateCD) AddFile(dst, src string) error { } // file is a directory, so we need to parse the filename into a path to - // dicard and a basename + // discard and a basename discardPath, _ := filepath.Split(src) // Add a directory and its subdirectories