diff options
-rw-r--r-- | cmd/gobgp/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gobgp/root.go b/cmd/gobgp/root.go index 37555e3d..dc8a3fe1 100644 --- a/cmd/gobgp/root.go +++ b/cmd/gobgp/root.go @@ -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() } |