Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: wuqiaomin <wuqiaomin2@huawei.com>
  • Loading branch information
wuqiaomin authored and ale-linux committed Aug 24, 2021
1 parent 1fbdc18 commit b0e0c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/gossip/gossip_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func New(conf *Config, s *grpc.Server, sa api.SecurityAdvisor,
gossipMetrics.CommMetrics, commConfig)

if err != nil {
lgr.Error("Failed instntiating communication layer:", err)
lgr.Error("Failed instantiating communication layer:", err)
return nil
}

Expand Down

0 comments on commit b0e0c4f

Please sign in to comment.