signer/storage: fix typo (#17504)

This commit is contained in:
Caesar Chad
2018-08-27 11:51:26 +03:00
committed by Péter Szilágyi
parent d1aa605f1e
commit f0488e80f7
+1 -1
View File
@@ -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