diff options
author | Sergey Elantsev <elantsev.s@yandex.ru> | 2018-11-24 13:39:25 +0300 |
---|---|---|
committer | Sergey Elantsev <elantsev.s@yandex.ru> | 2018-11-24 13:39:25 +0300 |
commit | ae52d609352a4e0211c5ae2e3104703cdb94eb50 (patch) | |
tree | f0a233d701cbc1e504f69f64bf93d200e5e79b63 /cmd | |
parent | a6aaf556128cf681c28e9ad4673c127e24dd9629 (diff) |
typo fix
Diffstat (limited to 'cmd')
-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() } |