diff options
| author | Jakob Unterwurzacher | 2020-05-10 00:25:49 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2020-05-10 00:25:49 +0200 | 
| commit | ead7008a08f9ace4591ebbc03e63fdc7ef37e502 (patch) | |
| tree | 0cb34d38b9e390e410acd98d7c22bc1de205d73f /internal/nametransform | |
| parent | 1d145be5a17df104a7c9260c7c93b9186688659e (diff) | |
Fix spelling mistakes found by misspell
https://github.com/client9/misspell
Diffstat (limited to 'internal/nametransform')
| -rw-r--r-- | internal/nametransform/diriv.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) | 
