Skip to content

Commit ee9df02

Browse files
authored
Merge pull request #159 from BDWare/upstream-typo
Fix typo in sync/sync.go
2 parents a041897 + 33a678b commit ee9df02

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)