style: fix typo and grammar

This commit is contained in:
moond4rk
2021-02-10 14:35:22 +08:00
committed by ᴍᴏᴏɴD4ʀᴋ
parent f3d58cd14f
commit 65b413e8e1
3 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ var (
errBase64DecodeFailed = errors.New("decode base64 failed")
)
// InitSecretKey on Windows with win32 DPAPI
// InitSecretKey with win32 DPAPI
// conference from @https://gist.github.com/akamajoris/ed2f14d817d5514e7548
func (c *Chromium) InitSecretKey() error {
if c.keyPath == "" {