Fix typo.

This commit is contained in:
Mariano Cano 2021-10-07 17:37:47 -07:00
parent c638c282d8
commit f6e69bf826

View file

@ -22,7 +22,7 @@ func init() {
// Scheme is the scheme used for Azure Key Vault uris.
const Scheme = "azurekms"
// keyIDRegexp is the regular experssion that Key Vault uses for on the kid. We
// keyIDRegexp is the regular expression that Key Vault uses for on the kid. We
// can extract the vault, name and version of the key.
var keyIDRegexp = regexp.MustCompile("^https://([0-9a-zA-Z-]+).vault.azure.net/keys/([0-9a-zA-Z-]+)/([0-9a-zA-Z-]+)$")