diff options
author | Jakob Unterwurzacher | 2017-08-21 21:06:05 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-08-21 21:06:05 +0200 |
commit | ed046aa35978c835d79f9cb3ee359349ee9145c5 (patch) | |
tree | 3ec6fc4aa796648738ec15a4aee652c2a2afb502 /cli_args.go | |
parent | 26a6e61a46b9d14dbfaa0b1ba6b99caa86155037 (diff) |
Fix misspellings reported by goreportcard.com
https://goreportcard.com/report/github.com/rfjakob/gocryptfs#misspell
Diffstat (limited to 'cli_args.go')
-rw-r--r-- | cli_args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_args.go b/cli_args.go index 7f67fe3..836d29c 100644 --- a/cli_args.go +++ b/cli_args.go @@ -187,7 +187,7 @@ func parseCliOpts() (args argContainer) { tlog.Fatal.Printf("The reverse mode and the -forcedecode option are not compatible") os.Exit(exitcodes.Usage) } - // Has the user explicitely disabled openssl using "-openssl=false/0"? + // Has the user explicitly disabled openssl using "-openssl=false/0"? if !args.openssl && opensslAuto != "auto" { tlog.Fatal.Printf("-forcedecode requires openssl, but is disabled via command-line option") os.Exit(exitcodes.Usage) |