Skip to content

Commit

Permalink
chore: fix comment typo (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwt authored May 22, 2021
1 parent e2034eb commit 79ad7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node/statestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"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
// initialize an in-memory state store that will not be persisted.
func InitStateStore(log logging.Logger, dataDir string) (ret storage.StateStorer, err error) {
Expand Down

0 comments on commit 79ad7f0

Please sign in to comment.