Skip to content

Commit

Permalink
fix some typos (#1625)
Browse files Browse the repository at this point in the history
* fix some typos

Signed-off-by: cuishuang <imcusg@gmail.com>
  • Loading branch information
cuishuang committed Mar 14, 2022
1 parent 5b2b9e9 commit 81d27c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions.go
Expand Up @@ -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
Expand Down

0 comments on commit 81d27c8

Please sign in to comment.