From 6c87b21821301815bd73338afa10c993be49ab83 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 9 Aug 2019 21:26:48 -0700 Subject: [PATCH] raft: fix typo Signed-off-by: Gyuho Lee --- raft/raft.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raft/raft.go b/raft/raft.go index 62e79642c3c..d383896febb 100644 --- a/raft/raft.go +++ b/raft/raft.go @@ -1396,7 +1396,7 @@ func (r *raft) restore(s pb.Snapshot) bool { } // More defense-in-depth: throw away snapshot if recipient is not in the - // config. This shouuldn't ever happen (at the time of writing) but lots of + // config. This shouldn't ever happen (at the time of writing) but lots of // code here and there assumes that r.id is in the progress tracker. found := false cs := s.Metadata.ConfState