From ed046aa35978c835d79f9cb3ee359349ee9145c5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 21 Aug 2017 21:06:05 +0200 Subject: Fix misspellings reported by goreportcard.com https://goreportcard.com/report/github.com/rfjakob/gocryptfs#misspell --- internal/cryptocore/cryptocore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cryptocore') diff --git a/internal/cryptocore/cryptocore.go b/internal/cryptocore/cryptocore.go index aafe12b..9e25bfa 100644 --- a/internal/cryptocore/cryptocore.go +++ b/internal/cryptocore/cryptocore.go @@ -86,7 +86,7 @@ func New(key []byte, aeadType AEADTypeEnum, IVBitLen int, useHKDF bool, forceDec } // stupidgcm does not create a private copy of the key, so things // break when initFuseFrontend() overwrites it with zeros. Create - // a copy here. This is unneccessary when useHKDF == true, but + // a copy here. This is unnecessary when useHKDF == true, but // does no harm. var stupidgcmKey []byte stupidgcmKey = append(stupidgcmKey, gcmKey...) -- cgit v1.2.3