diff --git a/command.go b/command.go index 34d1bf36..768f05d3 100644 --- a/command.go +++ b/command.go @@ -1335,7 +1335,7 @@ func (c *Command) LocalFlags() *flag.FlagSet { return c.lflags } -// InheritedFlags returns all flags which were inherited from parents commands. +// InheritedFlags returns all flags which were inherited from parent commands. func (c *Command) InheritedFlags() *flag.FlagSet { c.mergePersistentFlags()