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 {