*: fix typo

This commit is contained in:
siddontang
2016-01-06 16:17:02 +08:00
parent 45b9cb170d
commit 54a45ba2f5
7 changed files with 9 additions and 9 deletions

View File

@@ -220,7 +220,7 @@ func (rn *RawNode) ReportUnreachable(id uint64) {
_ = rn.raft.Step(pb.Message{Type: pb.MsgUnreachable, From: id})
}
// ReportSnapshot reports the stutus of the sent snapshot.
// ReportSnapshot reports the status of the sent snapshot.
func (rn *RawNode) ReportSnapshot(id uint64, status SnapshotStatus) {
rej := status == SnapshotFailure