diff --git a/packer/plugin-getter/plugins.go b/packer/plugin-getter/plugins.go index 3271a868d..c18e7d1a1 100644 --- a/packer/plugin-getter/plugins.go +++ b/packer/plugin-getter/plugins.go @@ -379,7 +379,7 @@ func (binOpts *BinaryInstallationOptions) CheckProtocolVersion(remoteProt string } if vMinori > APIVersoinMinori { - return fmt.Errorf("Unsupported remote protocol MINOR version %q. The supported MINOR protocol versions are version %q and bellow."+ + return fmt.Errorf("Unsupported remote protocol MINOR version %q. The supported MINOR protocol versions are version %q and below. "+ "Please upgrade Packer or use an older version of the plugin if possible.", vMinor, binOpts.APIVersionMinor) }