Merge pull request #4934 from jasonramey/master

spelling fix
This commit is contained in:
Rickard von Essen 2017-05-26 07:07:25 +02:00 committed by GitHub
commit 69daca2a33
1 changed files with 1 additions and 1 deletions

View File

@ -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{