diff --git a/command.go b/command.go index 5b641875..a69bf6fe 100644 --- a/command.go +++ b/command.go @@ -978,7 +978,7 @@ func (c *Command) IsHelpCommand() bool { return true } -// HasHelpSubCommands determines if a command has any avilable 'help' sub commands +// HasHelpSubCommands determines if a command has any available 'help' sub commands // that need to be shown in the usage/help default template under 'additional help // topics' func (c *Command) HasHelpSubCommands() bool {