浏览代码

signer/storage: fix typo (#17504)

Caesar Chad 7 年之前
父节点
当前提交
f0488e80f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      signer/storage/aes_gcm_storage.go

+ 1 - 1
signer/storage/aes_gcm_storage.go

@@ -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