Fixed typos in README and docstring

This commit is contained in:
joe2far
2016-06-07 11:50:48 +01:00
parent f447048345
commit 719241171d
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ import (
"github.com/spf13/pflag"
)
// GenManTree will generate a man page for this command and all decendants
// GenManTree will generate a man page for this command and all descendants
// in the directory given. The header may be nil. This function may not work
// correctly if your command names have - in them. If you have `cmd` with two
// subcmds, `sub` and `sub-third`. And `sub` has a subcommand called `third`