Fix typos

This commit is contained in:
bogem
2016-08-20 12:04:53 +05:00
parent ec452170d2
commit 6e17f4e2c5
2 changed files with 2 additions and 2 deletions

View File

@ -993,7 +993,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 {