Fixed spelling and gofmt issues

This commit is contained in:
Matt Farina
2016-05-09 09:40:09 -04:00
parent 63ed8b0bde
commit 2f4ec31264
5 changed files with 32 additions and 32 deletions

2
app.go
View File

@@ -51,7 +51,7 @@ type App struct {
HideHelp bool
// Boolean to hide built-in version flag and the VERSION section of help
HideVersion bool
// Populate on app startup, only gettable throught method Categories()
// Populate on app startup, only gettable through method Categories()
categories CommandCategories
// An action to execute when the bash-completion flag is set
BashComplete BashCompleteFunc