spelling: override

This commit is contained in:
Josh Soref 2018-03-13 08:28:26 +00:00
parent 61030c0d85
commit 0503e429c3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"github.com/mitchellh/mapstructure"
)
// FixerVagrantPPOvveride is a Fixer that replaces the provider-specific
// FixerVagrantPPOverride is a Fixer that replaces the provider-specific
// overrides for the Vagrant post-processor with the new style introduced
// as part of Packer 0.5.0.
type FixerVagrantPPOverride struct{}