From 81d27c8f8d2ec777e696a9bc06980264ea3bca00 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 14 Mar 2022 19:05:53 +0800 Subject: [PATCH] fix some typos (#1625) * fix some typos Signed-off-by: cuishuang --- completions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions.go b/completions.go index 9ecd56a4..8924c28f 100644 --- a/completions.go +++ b/completions.go @@ -312,7 +312,7 @@ func (c *Command) getCompletions(args []string) (*Command, []string, ShellCompDi var directive ShellCompDirective // Note that we want to perform flagname completion even if finalCmd.DisableFlagParsing==true; - // doing this allows for completion of persistant flag names even for commands that disable flag parsing. + // doing this allows for completion of persistent flag names even for commands that disable flag parsing. // // When doing completion of a flag name, as soon as an argument starts with // a '-' we know it is a flag. We cannot use isFlagArg() here as it requires