This commit is contained in:
Pavol Loffay 2017-11-08 10:25:20 +01:00
parent 31694f19ad
commit 184c6dfd0b

View file

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