From a993f0ccc03ad8a5641590addd82d2a2fdd90de0 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Wed, 1 Nov 2017 18:11:09 +0100 Subject: [PATCH] Fix typo --- wal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wal.go b/wal.go index 8efa3cd28..41589d4bb 100644 --- a/wal.go +++ b/wal.go @@ -190,7 +190,7 @@ type SegmentWAL struct { stopc chan struct{} donec chan struct{} - actorc chan func() error // sequantilized background operations + actorc chan func() error // sequentialized background operations buffers sync.Pool }