Fix comment typo

This commit is contained in:
Cheng Sun 2014-12-11 14:31:22 +00:00
parent 13ca6ef95b
commit 971ab83376

View File

@ -92,7 +92,7 @@ func (self *Builder) Prepare(raws ...interface{}) (params []string, retErr error
}
self.config.tpl.UserVars = self.config.PackerUserVars
// Set default vaules
// Set default values
if self.config.HostPortMin == 0 {
self.config.HostPortMin = 5900