From ed046aa35978c835d79f9cb3ee359349ee9145c5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 21 Aug 2017 21:06:05 +0200 Subject: Fix misspellings reported by goreportcard.com https://goreportcard.com/report/github.com/rfjakob/gocryptfs#misspell --- cli_args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_args.go') 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) -- cgit v1.2.3