From 77700138b4f2cac07fcf936c580a1750d2fd6037 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Wed, 20 Jul 2016 18:08:05 +0300 Subject: [PATCH] Fix typo at docstring for HasHelpSubCommands s/avilable/available --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {