From 7b17c18282ea9b80aef688f71fa67ac864fa876b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Dec 2023 17:18:04 +0100 Subject: [PATCH] Fix spelling. Co-authored-by: Hidde Beydals Signed-off-by: Felix Fontein --- cmd/sops/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sops/main.go b/cmd/sops/main.go index f4c2be56b..2cde29516 100644 --- a/cmd/sops/main.go +++ b/cmd/sops/main.go @@ -58,7 +58,7 @@ func warnMoreThanOnePositionalArgument(c *cli.Context) { } } if potentialFlag != "" { - log.Warn(fmt.Sprintf("Note that one of the ignored positional argument is %q, which looks like a flag. Flags must always be provied before the first positional argument!", potentialFlag)) + log.Warn(fmt.Sprintf("Note that one of the ignored positional argument is %q, which looks like a flag. Flags must always be provided before the first positional argument!", potentialFlag)) } } }