From b11bbd572844f442bcd61eaa1ab3e13deed74bf4 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 13 Feb 2020 18:34:43 -0800 Subject: [PATCH] Fix typo. --- kms/cloudkms/cloudkms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/cloudkms/cloudkms.go b/kms/cloudkms/cloudkms.go index afa840a2..a2332d5f 100644 --- a/kms/cloudkms/cloudkms.go +++ b/kms/cloudkms/cloudkms.go @@ -173,7 +173,7 @@ func (k *CloudKMS) CreateKey(req *apiv1.CreateKeyRequest) (*apiv1.CreateKeyRespo // Create a new version if the key already exists. // // Note that it will have the same purpose, protection level and - // algorithm than the previous one. + // algorithm than as previous one. req := &kmspb.CreateCryptoKeyVersionRequest{ Parent: req.Name, CryptoKeyVersion: &kmspb.CryptoKeyVersion{