Skip to content

Commit 0190b70

Browse files
authored
chore: fix typos (#642)
1 parent 08c1787 commit 0190b70

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Boxo includes high-quality components useful for interacting with IPFS protocols
8585
- Interacting with public and private IPFS networks
8686
- Working with content-addressed data
8787

88-
Boxo aims to provide a cohesive interface into these components. Note that not all of the underlying components necessarily reside in this respository.
88+
Boxo aims to provide a cohesive interface into these components. Note that not all of the underlying components necessarily reside in this repository.
8989

9090
### Does Boxo == IPFS?
9191

bitswap/network/interface.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
ProtocolBitswapNoVers = internal.ProtocolBitswapNoVers
2020
// ProtocolBitswapOneZero is the prefix for the legacy bitswap protocol
2121
ProtocolBitswapOneZero = internal.ProtocolBitswapOneZero
22-
// ProtocolBitswapOneOne is the the prefix for version 1.1.0
22+
// ProtocolBitswapOneOne is the prefix for version 1.1.0
2323
ProtocolBitswapOneOne = internal.ProtocolBitswapOneOne
2424
// ProtocolBitswap is the current version of the bitswap protocol: 1.2.0
2525
ProtocolBitswap = internal.ProtocolBitswap

bitswap/network/internal/default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var (
99
ProtocolBitswapNoVers protocol.ID = "/ipfs/bitswap"
1010
// ProtocolBitswapOneZero is the prefix for the legacy bitswap protocol
1111
ProtocolBitswapOneZero protocol.ID = "/ipfs/bitswap/1.0.0"
12-
// ProtocolBitswapOneOne is the the prefix for version 1.1.0
12+
// ProtocolBitswapOneOne is the prefix for version 1.1.0
1313
ProtocolBitswapOneOne protocol.ID = "/ipfs/bitswap/1.1.0"
1414
// ProtocolBitswap is the current version of the bitswap protocol: 1.2.0
1515
ProtocolBitswap protocol.ID = "/ipfs/bitswap/1.2.0"

docs/tracing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for the `OTEL_TRACES_EXPORTER` environment variables. Therefore, we provide some
99
helper functions under [`boxo/tracing`](../tracing/) to support these.
1010

1111
In this document, we document the quirks of our custom support for the `OTEL_TRACES_EXPORTER`,
12-
as well as examples on how to use tracing, create traceable headers, and how
12+
as well as examples of how to use tracing, create traceable headers, and how
1313
to use the Jaeger UI. The [Gateway examples](../examples/gateway/) fully support Tracing.
1414

1515
- [Environment Variables](#environment-variables)

0 commit comments

Comments
 (0)