Skip to content

Commit 31dbd5b

Browse files
committed
Merge pull request #36 from ziggr/patch-1
Trivial typo in error message.
2 parents b9b934b + 1c295ee commit 31dbd5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
var (
13-
errHashMismatch = errors.New("Content has does not match OID")
13+
errHashMismatch = errors.New("Content hash does not match OID")
1414
errSizeMismatch = errors.New("Content size does not match")
1515
)
1616

0 commit comments

Comments
 (0)