Fixes spelling issues and import alphabetical issues

Using goreportcard.com I noticed a few spelling errors. I really love codegangsta/cli
and wanted to help improve it.
This commit is contained in:
adamclerk
2016-02-09 09:36:13 -07:00
parent 8cea2901d4
commit cde8418658
3 changed files with 6 additions and 6 deletions

2
app.go
View File

@@ -9,7 +9,7 @@ import (
"time"
)
// App is the main structure of a cli application. It is recomended that
// App is the main structure of a cli application. It is recommended that
// an app be created with the cli.NewApp() function
type App struct {
// The name of the program. Defaults to path.Base(os.Args[0])