From ae52d609352a4e0211c5ae2e3104703cdb94eb50 Mon Sep 17 00:00:00 2001 From: Sergey Elantsev Date: Sat, 24 Nov 2018 13:39:25 +0300 Subject: typo fix --- cmd/gobgp/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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() } -- cgit v1.2.3