style: fix typo

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-08-01 02:52:36 +08:00
parent 312b44c31d
commit e4838d0a46
+1 -1
View File
@@ -82,6 +82,6 @@ func (c *Chromium) InitSecretKey() error {
}
// @https://source.chromium.org/chromium/chromium/src/+/master:components/os_crypt/os_crypt_linux.cc
key := pbkdf2.Key(chromeSecret, chromeSalt, 1, 16, sha1.New)
c.SecretKey = key
c.secretKey = key
return nil
}