Fix typo at docstring for HasHelpSubCommands

s/avilable/available
This commit is contained in:
Andrey Kurilin 2016-07-20 18:08:05 +03:00
parent 9d9ce1213e
commit 77700138b4

View file

@ -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 {