From cc309c0e5f8df62a45db69973de9bfd22213f9bb Mon Sep 17 00:00:00 2001 From: Jason Ramey Date: Fri, 26 May 2017 01:03:11 -0400 Subject: [PATCH] spelling fix --- builder/amazon/common/step_encrypted_ami.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/amazon/common/step_encrypted_ami.go b/builder/amazon/common/step_encrypted_ami.go index 6f365f067..2e1a4b257 100644 --- a/builder/amazon/common/step_encrypted_ami.go +++ b/builder/amazon/common/step_encrypted_ami.go @@ -43,7 +43,7 @@ func (s *StepCreateEncryptedAMICopy) Run(state multistep.StateBag) multistep.Ste ui.Say(fmt.Sprintf("Copying AMI: %s(%s)", region, id)) if kmsKeyId != "" { - ui.Say(fmt.Sprintf("Encypting with KMS Key ID: %s", kmsKeyId)) + ui.Say(fmt.Sprintf("Encrypting with KMS Key ID: %s", kmsKeyId)) } copyOpts := &ec2.CopyImageInput{