Commit f0488e80 authored by Caesar Chad's avatar Caesar Chad Committed by Péter Szilágyi

signer/storage: fix typo (#17504)

parent d1aa605f
......@@ -36,7 +36,7 @@ type storedCredential struct {
CipherText []byte `json:"c"`
}
// AESEncryptedStorage is a storage type which is backed by a json-faile. The json-file contains
// AESEncryptedStorage is a storage type which is backed by a json-file. The json-file contains
// key-value mappings, where the keys are _not_ encrypted, only the values are.
type AESEncryptedStorage struct {
// File to read/write credentials
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment