Skip to content

Commit

Permalink
Update internal/config/server/crypto.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Anderson <[email protected]>
  • Loading branch information
dmjb and evankanderson authored May 15, 2024
1 parent ad1b846 commit b5c76ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/server/crypto.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit b5c76ed

Please sign in to comment.