From 62390ce87ea6242ef9d1764443f4877fb4473a7a Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Fri, 22 Mar 2019 15:04:21 -0400 Subject: fix spelling Co-Authored-By: jbialy <6475833+jbialy@users.noreply.github.com> --- aws/kms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aws') diff --git a/aws/kms.go b/aws/kms.go index 67a5b44b..cd348481 100644 --- a/aws/kms.go +++ b/aws/kms.go @@ -43,7 +43,7 @@ func (k *KMS) Encrypt(keyID, plaintext string) (string, error) { return ciphertext, nil } -// Decrypt a base64 encoded cyphertext +// Decrypt a base64 encoded ciphertext func (k *KMS) Decrypt(ciphertext string) (string, error) { ciphertextBlob, err := b64.Decode(ciphertext) if err != nil { -- cgit v1.2.3