Commit 79ad7f08 authored by chuwt's avatar chuwt Committed by GitHub

chore: fix comment typo (#1828)

parent e2034eb9
...@@ -16,7 +16,7 @@ import ( ...@@ -16,7 +16,7 @@ import (
"github.com/ethersphere/bee/pkg/swarm" "github.com/ethersphere/bee/pkg/swarm"
) )
// InitStateStore will initialze the stateStore with the given path to the // InitStateStore will initialize the stateStore with the given path to the
// data directory. When given an empty directory path, the function will instead // data directory. When given an empty directory path, the function will instead
// initialize an in-memory state store that will not be persisted. // initialize an in-memory state store that will not be persisted.
func InitStateStore(log logging.Logger, dataDir string) (ret storage.StateStorer, err error) { func InitStateStore(log logging.Logger, dataDir string) (ret storage.StateStorer, err error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment