Skip to content

Commit

Permalink
Merge pull request #159 from BDWare/upstream-typo
Browse files Browse the repository at this point in the history
Fix typo in sync/sync.go
  • Loading branch information
hsanjuan authored Apr 30, 2020
2 parents a041897 + 33a678b commit ee9df02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
dsq "github.com/ipfs/go-datastore/query"
)

// MutexDatastore contains a child datastire and a mutex.
// MutexDatastore contains a child datastore and a mutex.
// used for coarse sync
type MutexDatastore struct {
sync.RWMutex
Expand Down

0 comments on commit ee9df02

Please sign in to comment.