From b9afcbe3a2f49bee4b7dbea4980736c88b6740c4 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Tue, 22 May 2018 15:39:27 +0400 Subject: [PATCH] fix typo --- consensus/wal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/wal.go b/consensus/wal.go index 0db0dc50a..0ddc3138e 100644 --- a/consensus/wal.go +++ b/consensus/wal.go @@ -111,7 +111,7 @@ func (wal *baseWAL) OnStop() { } // Write is called in newStep and for each receive on the -// peerMsgQueue and the timoutTicker. +// peerMsgQueue and the timeoutTicker. // NOTE: does not call fsync() func (wal *baseWAL) Write(msg WALMessage) { if wal == nil {