We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2034eb commit 79ad7f0Copy full SHA for 79ad7f0
pkg/node/statestore.go
@@ -16,7 +16,7 @@ import (
16
"github.com/ethersphere/bee/pkg/swarm"
17
)
18
19
-// InitStateStore will initialze the stateStore with the given path to the
+// InitStateStore will initialize the stateStore with the given path to the
20
// data directory. When given an empty directory path, the function will instead
21
// initialize an in-memory state store that will not be persisted.
22
func InitStateStore(log logging.Logger, dataDir string) (ret storage.StateStorer, err error) {
0 commit comments