Skip to content

Commit f50218c

Browse files
authored
Merge pull request #6501 from BitcoinPro9246/typos2
docs: Fix spelling issues
2 parents 0c446c0 + c8571c5 commit f50218c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/conformance/chaos/cbor_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

venus-component/libp2p/exchange/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type client struct {
4040
var _ exchange.Client = (*client)(nil)
4141

4242
// NewClient creates a new libp2p-based exchange.Client that uses the libp2p
43-
// ChainExhange protocol as the fetching mechanism.
43+
// ChainExchange protocol as the fetching mechanism.
4444
func NewClient(lc fx.Lifecycle, host host.Host, pmgr libp2p.PeerManager) exchange.Client {
4545
return &client{
4646
host: host,

venus-shared/actors/aerrors/wrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func Wrap(err ActorError, message string) ActorError {
103103
}
104104
}
105105

106-
// Wrapf extens chain of errors with a message
106+
// Wrapf extends chain of errors with a message
107107
func Wrapf(err ActorError, format string, args ...interface{}) ActorError {
108108
if err == nil {
109109
return nil

0 commit comments

Comments
 (0)