Skip to content

Commit 79ad7f0

Browse files
authored
chore: fix comment typo (#1828)
1 parent e2034eb commit 79ad7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/node/statestore.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/ethersphere/bee/pkg/swarm"
1717
)
1818

19-
// InitStateStore will initialze the stateStore with the given path to the
19+
// InitStateStore will initialize the stateStore with the given path to the
2020
// data directory. When given an empty directory path, the function will instead
2121
// initialize an in-memory state store that will not be persisted.
2222
func InitStateStore(log logging.Logger, dataDir string) (ret storage.StateStorer, err error) {

0 commit comments

Comments
 (0)