Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 915a3c0

Browse files
committed
typo: fixed a typo in comments
1 parent c38be70 commit 915a3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encryption.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func decryptSHA256(data []byte, p Passphrase) (decryptedData, error) {
9292
// get the nonce size
9393
nonceSize := aesGCM.NonceSize()
9494

95-
// extract the nonce form the encrypted data
95+
// extract the nonce from the encrypted data
9696
nonce, cipherText := mix[:nonceSize], mix[nonceSize:]
9797

9898
// decrypt the data

0 commit comments

Comments
 (0)