Skip to content

Commit 33a678b

Browse files
committed
Fix typo in sync/sync.go
1 parent 799f546 commit 33a678b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
dsq "github.com/ipfs/go-datastore/query"
88
)
99

10-
// MutexDatastore contains a child datastire and a mutex.
10+
// MutexDatastore contains a child datastore and a mutex.
1111
// used for coarse sync
1212
type MutexDatastore struct {
1313
sync.RWMutex

0 commit comments

Comments
 (0)