From b5c76ed61878b005d0cbb935f0c7990f56a124db Mon Sep 17 00:00:00 2001 From: Don Browne Date: Wed, 15 May 2024 20:44:46 +0100 Subject: [PATCH] Update internal/config/server/crypto.go Co-authored-by: Evan Anderson --- internal/config/server/crypto.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/server/crypto.go b/internal/config/server/crypto.go index f024583e7f..585da19680 100644 --- a/internal/config/server/crypto.go +++ b/internal/config/server/crypto.go @@ -28,7 +28,7 @@ type KeyStoreConfig struct { Config map[string]any `mapstructure:"config"` } -// DefaultCrypto defines the default cyrpto to be used for new data +// DefaultCrypto defines the default crypto to be used for new data type DefaultCrypto struct { KeyID string `mapstructure:"key_id"` Algorithm string `mapstructure:"algorithm"`