mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/network/stream/intervals: fix a spelling error
This commit is contained in:
parent
e6550d63fa
commit
c63736067f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue