diff options
author | Jakob Unterwurzacher | 2017-05-07 12:22:15 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-05-07 12:22:15 +0200 |
commit | 68387b470c0d6d2896cc6b927a6e3097389d66ab (patch) | |
tree | b6324c2ce66d615e5683afc68a23361ee4999a58 /tests/test_helpers/helpers.go | |
parent | cd10d0a6e4c72a17e59c75ee6557ef8cd3842e3b (diff) |
Fix typos found by Misspell
Misspell Finds commonly misspelled English words
gocryptfs/internal/configfile/scrypt.go
Line 41: warning: "paramter" is a misspelling of "parameter" (misspell)
gocryptfs/internal/ctlsock/ctlsock_serve.go
Line 1: warning: "implementes" is a misspelling of "implements" (misspell)
gocryptfs/tests/test_helpers/helpers.go
Line 27: warning: "compatability" is a misspelling of "compatibility" (misspell)
Diffstat (limited to 'tests/test_helpers/helpers.go')
-rw-r--r-- | tests/test_helpers/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helpers/helpers.go b/tests/test_helpers/helpers.go index 6b7f6b4..299067a 100644 --- a/tests/test_helpers/helpers.go +++ b/tests/test_helpers/helpers.go @@ -24,7 +24,7 @@ const testParentDir = "/tmp/gocryptfs-test-parent" // GocryptfsBinary is the assumed path to the gocryptfs build. const GocryptfsBinary = "../../gocryptfs" -// UnmountScript is the fusermount/umount compatability wrapper script +// UnmountScript is the fusermount/umount compatibility wrapper script const UnmountScript = "../fuse-unmount.bash" // TmpDir is a unique temporary directory. "go test" runs package tests in parallel. We create a |