From b0bead46c891e9dcc3dd7e8d347fc460c8db78b0 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Thu, 18 Aug 2016 11:00:21 +0800 Subject: fixed some misspell error Signed-off-by: Peng Xiao --- table/destination.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'table/destination.go') diff --git a/table/destination.go b/table/destination.go index d4c24fa2..f6b3f7f9 100644 --- a/table/destination.go +++ b/table/destination.go @@ -19,11 +19,12 @@ import ( "bytes" "encoding/binary" "fmt" + "net" + "sort" + log "github.com/Sirupsen/logrus" "github.com/osrg/gobgp/config" "github.com/osrg/gobgp/packet/bgp" - "net" - "sort" ) var SelectionOptions config.RouteSelectionOptionsConfig @@ -338,7 +339,7 @@ func (dest *Destination) explicitWithdraw() paths { isFound = true // this path is referenced in peer's adj-rib-in // when there was no policy modification applied. - // we sould flag IsWithdraw down after use to avoid + // we could flag IsWithdraw down after use to avoid // a path with IsWithdraw flag exists in adj-rib-in path.IsWithdraw = true matches = append(matches, withdraw) -- cgit v1.2.3