From 68387b470c0d6d2896cc6b927a6e3097389d66ab Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 7 May 2017 12:22:15 +0200 Subject: 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) --- internal/exitcodes/exitcodes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/exitcodes') diff --git a/internal/exitcodes/exitcodes.go b/internal/exitcodes/exitcodes.go index ae00118..2ec3ae6 100644 --- a/internal/exitcodes/exitcodes.go +++ b/internal/exitcodes/exitcodes.go @@ -16,7 +16,7 @@ const ( // ported over here. ) -// Err wraps and error with an associated numeric exit code +// Err wraps an error with an associated numeric exit code type Err struct { error code int -- cgit v1.2.3