summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Elantsev <elantsev.s@yandex.ru>2018-11-24 13:39:25 +0300
committerSergey Elantsev <elantsev.s@yandex.ru>2018-11-24 13:39:25 +0300
commitae52d609352a4e0211c5ae2e3104703cdb94eb50 (patch)
treef0a233d701cbc1e504f69f64bf93d200e5e79b63
parenta6aaf556128cf681c28e9ad4673c127e24dd9629 (diff)
typo fix
-rw-r--r--cmd/gobgp/root.go2
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()
}