From 7e9cbfcf9bc5f09d37acdf10e6a0f0585f03a690 Mon Sep 17 00:00:00 2001 From: "Pascal S. de Kloe" Date: Fri, 17 Jun 2022 19:15:47 +0200 Subject: [PATCH] minor comment typo --- register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register.go b/register.go index 194466c..c3f5b2c 100644 --- a/register.go +++ b/register.go @@ -29,7 +29,7 @@ type KeyRegister struct { ECDSAIDs []string // ECDSAs key ID mapping EdDSAIDs []string // EdDSA key ID mapping RSAIDs []string // RSAs key ID mapping - HMACIDs []string // Secrets key ID mapping + HMACIDs []string // HMACs key ID mapping SecretIDs []string // Secrets key ID mapping }