aezeed: fix typo

This commit is contained in:
yyforyongyu 2020-11-26 04:50:19 +08:00
parent e3a6cd8412
commit 5c5fc732e5
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

@ -114,7 +114,7 @@ var (
// computing our checksum.
crcTable = crc32.MakeTable(crc32.Castagnoli)
// defaultPassphras is the default passphrase that will be used for
// defaultPassphrase is the default passphrase that will be used for
// encryption in the case that the user chooses not to specify their
// own passphrase.
defaultPassphrase = []byte("aezeed")