From 6345fdd20a172fc2e568487c391246307b9cd757 Mon Sep 17 00:00:00 2001 From: zabio3 Date: Tue, 12 Mar 2019 18:11:39 +0900 Subject: Fixed typos --- internal/pkg/config/bgp_configs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/pkg/config/bgp_configs.go b/internal/pkg/config/bgp_configs.go index d8b575b0..a49bfe57 100644 --- a/internal/pkg/config/bgp_configs.go +++ b/internal/pkg/config/bgp_configs.go @@ -2638,7 +2638,7 @@ type TimersState struct { // BGP last transitioned out of the Established state. Downtime int64 `mapstructure:"downtime" json:"downtime,omitempty"` // original -> gobgp:update-recv-time - // The number of seconds elasped since January 1, 1970 UTC + // The number of seconds elapsed since January 1, 1970 UTC // last time the BGP session received an UPDATE message. UpdateRecvTime int64 `mapstructure:"update-recv-time" json:"update-recv-time,omitempty"` } -- cgit v1.2.3