swarm/network/stream/intervals: fix a spelling error

This commit is contained in:
Janos Guljas 2018-02-27 20:39:28 +01:00
parent e6550d63fa
commit c63736067f

View file

@ -26,7 +26,7 @@ import (
var ErrNotFound = errors.New("not found")
// Store defines methods required to get and retrieve Intervals for different keys.
// It is meant to be used for intervals persistance for different streams in the
// It is meant to be used for intervals persistence for different streams in the
// stream package.
type Store interface {
Get(key string) (i *Intervals, err error)