From ead7008a08f9ace4591ebbc03e63fdc7ef37e502 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 May 2020 00:25:49 +0200 Subject: Fix spelling mistakes found by misspell https://github.com/client9/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 a036a2a..bc66d30 100644 --- a/cli_args.go +++ b/cli_args.go @@ -226,7 +226,7 @@ func parseCliOpts() (args argContainer) { tlog.Fatal.Printf("Invalid command line: %s. Try '%s -help'.", prettyArgs(), tlog.ProgramName) os.Exit(exitcodes.Usage) } - // We want to know if -scryptn was passed explicitely + // We want to know if -scryptn was passed explicitly if isFlagPassed(flagSet, scryptn) { args._explicitScryptn = true } -- cgit v1.2.3