From 184c6dfd0b4a8e790617b86c357860c278331000 Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Wed, 8 Nov 2017 10:25:20 +0100 Subject: [PATCH] Fix typo --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index 2cd6ee80..b7c7f64b 100644 --- a/command.go +++ b/command.go @@ -1068,7 +1068,7 @@ func (c *Command) HasAvailableSubCommands() bool { } } - // the command either has no sub comamnds, or no available (non deprecated/help/hidden) + // the command either has no sub commands, or no available (non deprecated/help/hidden) // sub commands return false }