From ead7008a08f9ace4591ebbc03e63fdc7ef37e502 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 May 2020 00:25:49 +0200 Subject: Fix spelling mistakes found by misspell https://github.com/client9/misspell --- internal/nametransform/diriv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/nametransform') diff --git a/internal/nametransform/diriv.go b/internal/nametransform/diriv.go index c216dd0..cd20ca6 100644 --- a/internal/nametransform/diriv.go +++ b/internal/nametransform/diriv.go @@ -66,7 +66,7 @@ func WriteDirIVAt(dirfd int) error { // https://github.com/rfjakob/gocryptfs/issues/387 ). // // Note that gocryptfs.conf is still created with 0400 permissions so the - // owner must explicitely chmod it to permit access. + // owner must explicitly chmod it to permit access. const dirivPerms = 0440 iv := cryptocore.RandBytes(DirIVLen) -- cgit v1.2.3