From 6345fdd20a172fc2e568487c391246307b9cd757 Mon Sep 17 00:00:00 2001 From: zabio3 Date: Tue, 12 Mar 2019 18:11:39 +0900 Subject: Fixed typos --- pkg/server/fsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/server/fsm.go') diff --git a/pkg/server/fsm.go b/pkg/server/fsm.go index 56b2c35e..6eadfa92 100644 --- a/pkg/server/fsm.go +++ b/pkg/server/fsm.go @@ -1865,7 +1865,7 @@ func (h *fsmHandler) loop(ctx context.Context, wg *sync.WaitGroup) error { } if oldState == bgp.BGP_FSM_ESTABLISHED { - // The main goroutine sent the notificaiton due to + // The main goroutine sent the notification due to // deconfiguration or something. reason := fsm.reason if fsm.h.sentNotification != nil { -- cgit v1.2.3