From aeda9721d0150b9b77d9522bb3b4fcd17f2cbbfa Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 24 Oct 2016 19:18:13 +0200 Subject: Fix misspellings Close https://github.com/rfjakob/gocryptfs/issues/54 --- internal/cryptocore/cryptocore_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cryptocore') diff --git a/internal/cryptocore/cryptocore_test.go b/internal/cryptocore/cryptocore_test.go index 9da6059..c54eac9 100644 --- a/internal/cryptocore/cryptocore_test.go +++ b/internal/cryptocore/cryptocore_test.go @@ -16,7 +16,7 @@ func TestCryptoCoreNew(t *testing.T) { if c.IVLen != 12 { t.Fail() } - // "New(key, BackendGoGCM, 128)" is tested for Go 1.4 and 1.5+ seperately + // "New(key, BackendGoGCM, 128)" is tested for Go 1.4 and 1.5+ separately } // "New" should panic on any key not 32 bytes long -- cgit v1.2.3