diff --git a/pkg/store/store.go b/pkg/store/store.go index c846443..2b52f73 100644 --- a/pkg/store/store.go +++ b/pkg/store/store.go @@ -209,7 +209,7 @@ func (s *Store) WaitForAppliedIndex(idx uint64, timeout time.Duration) error { } } -// WaitForApplied waits for all Raft log entries to to be applied to the +// WaitForApplied waits for all Raft log entries to be applied to the // underlying database. func (s *Store) WaitForApplied(timeout time.Duration) error { if timeout == 0 {