From f63432717259fda2ff0da668dccdfaa3de837ee6 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Wed, 8 Nov 2017 11:47:54 +0100
Subject: [PATCH] Fix typo (#573)
---
command.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/command.go b/command.go
index 58e6ceb..1242e44 100644
--- a/command.go
+++ b/command.go
@@ -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
}