Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serejkus committed Nov 24, 2018
1 parent a6aaf55 commit ae52d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gobgp/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func newRootCmd() *cobra.Command {
}
},
PersistentPostRun: func(cmd *cobra.Command, args []string) {
// if children declare thier own, cancel is not called. Doesn't matter because the command will exit soon.
// if children declare their own, cancel is not called. Doesn't matter because the command will exit soon.
if cancel != nil {
cancel()
}
Expand Down

0 comments on commit ae52d60

Please sign in to comment.