Fix typo.

This commit is contained in:
Mariano Cano 2020-02-13 18:34:43 -08:00
parent 05cc1437b7
commit b11bbd5728

View file

@ -173,7 +173,7 @@ func (k *CloudKMS) CreateKey(req *apiv1.CreateKeyRequest) (*apiv1.CreateKeyRespo
// Create a new version if the key already exists. // Create a new version if the key already exists.
// //
// Note that it will have the same purpose, protection level and // Note that it will have the same purpose, protection level and
// algorithm than the previous one. // algorithm than as previous one.
req := &kmspb.CreateCryptoKeyVersionRequest{ req := &kmspb.CreateCryptoKeyVersionRequest{
Parent: req.Name, Parent: req.Name,
CryptoKeyVersion: &kmspb.CryptoKeyVersion{ CryptoKeyVersion: &kmspb.CryptoKeyVersion{