Merge pull request #244 from wallclockbuilder/patch-1

Fix tiny typo.
This commit is contained in:
Jesse Szwedko 2015-06-11 17:23:08 -05:00
commit 8cbee4b719

2
app.go
View File

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