Fix a typo
respresent => represent
Kuro1 committed
Mar 16, 2020 at 15:32 UTC
b4baad6767558e0fcaa898080030de5c2d94c090
1 file changed
+1
-1
blocks/blockstoreutil/remove.go
+1
-1
@@ -11,7 +11,7 @@ import (
11
"github.com/ipfs/go-ipfs-pinner"
12
)
13
14
-// RemovedBlock is used to respresent the result of removing a block.
14
+// RemovedBlock is used to represent the result of removing a block.
15
// If a block was removed successfully than the Error string will be
16
// empty. If a block could not be removed than Error will contain the
17
// reason the block could not be removed. If the removal was aborted