This commit is contained in:
Pavol Loffay 2017-11-08 11:47:54 +01:00 committed by Albert Nigmatzianov
parent b3426bbac1
commit f634327172

View File

@ -1163,7 +1163,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
}