Skip to content

Commit 714a968

Browse files
ElPaisanoJorropoBigLepguseggertlidel
authored
docs: bulk spelling edits (#9544)
Co-authored-by: Jorropo <[email protected]> Co-authored-by: Steve Loeppky <[email protected]> Co-authored-by: Gus Eggert <[email protected]> Co-authored-by: Marcin Rataj <[email protected]>
1 parent 19feb15 commit 714a968

22 files changed

+110
-110
lines changed

cmd/ipfs/dist/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ipfs commandline tool
1+
# ipfs command line tool
22

3-
This is the [ipfs](http://ipfs.io) commandline tool. It contains a full ipfs node.
3+
This is the [ipfs](http://ipfs.io) command line tool. It contains a full ipfs node.
44

55
## Install
66

docs/RELEASE_ISSUE_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ As usual, this release includes important fixes, some of which may be critical f
4141
Checklist:
4242

4343
- [ ] **Stage 0 - Prerequisites**
44-
- [ ] Open an issue against [bifrost-infra](https://github.com/protocol/bifrost-infra) ahead of the release ([example](https://github.com/protocol/bifrost-infra/issues/2109)). **Idealy, do this multiple days in advance of the RC** to give Bifrost the heads up that asks will be coming their way.
44+
- [ ] Open an issue against [bifrost-infra](https://github.com/protocol/bifrost-infra) ahead of the release ([example](https://github.com/protocol/bifrost-infra/issues/2109)). **Ideally, do this multiple days in advance of the RC** to give Bifrost the heads up that asks will be coming their way.
4545
- [ ] Spell out all that we want updated - gateways, the bootstraper and the cluster/preload nodes
4646
- [ ] Mention @protocol/bifrost-team in the issue and let them know the expected date of the release
4747
- Issue link:
@@ -74,7 +74,7 @@ Checklist:
7474
- [ ] If it's not a first RC, add new commits to the `release-vX.Y.Z` branch from `master` using `git cherry-pick -x ...`
7575
- Note: `release-*` branches are protected. You can do all needed updates on a separated branch (e.g. `wip-release-vX.Y.Z`) and when everything is settled push to `release-vX.Y.Z`
7676
- [ ] Bump the version in `version.go` in the `release-vX.Y.Z` branch to `vX.Y.Z-rcN`.
77-
- [ ] If it's a first RC, create a draft PR targetting `release` branch if it doesn't exist yet ([example](https://github.com/ipfs/kubo/pull/9306)).
77+
- [ ] If it's a first RC, create a draft PR targeting `release` branch if it doesn't exist yet ([example](https://github.com/ipfs/kubo/pull/9306)).
7878
- [ ] Wait for CI to run and complete PR checks. All checks should pass.
7979
- [ ] Create a signed tag for the release candidate.
8080
- [ ] This is a dangerous operation, as it is difficult to reverse due to Go modules and automated Docker image publishing. Remember to verify the commands you intend to run for items marked with ⚠️ with the release reviewer.
@@ -144,7 +144,7 @@ Checklist:
144144
- [ ] Commit the changelog changes.
145145
- [ ] Push the `release-vX.Y.Z` branch to GitHub (`git push origin release-vX.Y.Z`)
146146
- [ ] Mark the PR created from `release-vX.Y.Z` as ready for review.
147-
- [ ] Ensure the PR is targetting `release` branch.
147+
- [ ] Ensure the PR is targeting `release` branch.
148148
- [ ] Ensure that CI is green.
149149
- [ ] Have release reviewer review the PR.
150150
- [ ] Merge the PR into `release` branch using the `Create a merge commit` (do **NOT** use `Squash and merge` nor `Rebase and merge` because we need to be able to sign the merge commit).

docs/changelogs/v0.10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ See `ipfs swarm peering --help` for more details.
278278
([ipld/go-ipld-prime#228](https://github.com/ipld/go-ipld-prime/pull/228))
279279
- Fix ExploreRecursive stopAt condition, add tests, add error return to Explore (#229) ([ipld/go-ipld-prime#229](https://github.com/ipld/go-ipld-prime/pull/229))
280280
- selector: add tests which are driven by language-agnostic spec fixtures. ([ipld/go-ipld-prime#231](https://github.com/ipld/go-ipld-prime/pull/231))
281-
- selector: Improve docs for implementors. (#227) ([ipld/go-ipld-prime#227](https://github.com/ipld/go-ipld-prime/pull/227))
281+
- selector: Improve docs for implementers. (#227) ([ipld/go-ipld-prime#227](https://github.com/ipld/go-ipld-prime/pull/227))
282282
- Bindnode fixes of opportunity ([ipld/go-ipld-prime#226](https://github.com/ipld/go-ipld-prime/pull/226))
283283
- node/bindnode: redesign the shape of unions in Go ([ipld/go-ipld-prime#223](https://github.com/ipld/go-ipld-prime/pull/223))
284284
- summary of the v0.11.0 changelog should holler even more about how cool bindnode is.

docs/changelogs/v0.11.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ This work was [contributed](https://github.com/ipfs/go-ipfs/pull/8569) by [Ceram
260260
- feat(queryexecutor): merge RunTraversal into QueryExecutor
261261
- feat(responsemanager): QueryExecutor to separate module - use TaskQueue, add tests
262262
- Merge branch 'release/v0.10.5'
263-
- fix(responseassembler): dont hold block data reference in passed on subscribed block link (#268) ([ipfs/go-graphsync#268](https://github.com/ipfs/go-graphsync/pull/268))
263+
- fix(responseassembler): don't hold block data reference in passed on subscribed block link (#268) ([ipfs/go-graphsync#268](https://github.com/ipfs/go-graphsync/pull/268))
264264
- sync: update CI config files (#266) ([ipfs/go-graphsync#266](https://github.com/ipfs/go-graphsync/pull/266))
265265
- Check IPLD context cancellation error type instead of string comparison
266266
- Use `context.CancelFunc` instead of `func()` (#257) ([ipfs/go-graphsync#257](https://github.com/ipfs/go-graphsync/pull/257))
@@ -622,7 +622,7 @@ This work was [contributed](https://github.com/ipfs/go-ipfs/pull/8569) by [Ceram
622622
- github.com/libp2p/go-libp2p-pubsub (v0.5.4 -> v0.6.0):
623623
- feat: plumb through context changes (#459) ([libp2p/go-libp2p-pubsub#459](https://github.com/libp2p/go-libp2p-pubsub/pull/459))
624624
- support MinTopicSize without a discovery mechanism
625-
- clear peerPromises map when fullfilling a promise
625+
- clear peerPromises map when fulfilling a promise
626626
- README: remove obsolete notice, fix example code for tracing.
627627
- remove peer filter check from subscriptions (#453) ([libp2p/go-libp2p-pubsub#453](https://github.com/libp2p/go-libp2p-pubsub/pull/453))
628628
- Create peer filter option

docs/changelogs/v0.12.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For this migration, if your datastore has fast renames you may want to consider
166166
- Version 1.1.0 (#91) ([ipfs/go-ipfs-blockstore#91](https://github.com/ipfs/go-ipfs-blockstore/pull/91))
167167
- feat: add context to interfaces (#90) ([ipfs/go-ipfs-blockstore#90](https://github.com/ipfs/go-ipfs-blockstore/pull/90))
168168
- sync: update CI config files (#88) ([ipfs/go-ipfs-blockstore#88](https://github.com/ipfs/go-ipfs-blockstore/pull/88))
169-
- add constructor that doesnt mess with datastore keys ([ipfs/go-ipfs-blockstore#83](https://github.com/ipfs/go-ipfs-blockstore/pull/83))
169+
- add constructor that doesn't mess with datastore keys ([ipfs/go-ipfs-blockstore#83](https://github.com/ipfs/go-ipfs-blockstore/pull/83))
170170
- Use bloom filter in GetSize
171171
- fix staticcheck ([ipfs/go-ipfs-blockstore#73](https://github.com/ipfs/go-ipfs-blockstore/pull/73))
172172
- add BenchmarkARCCacheConcurrentOps ([ipfs/go-ipfs-blockstore#70](https://github.com/ipfs/go-ipfs-blockstore/pull/70))

docs/changelogs/v0.13.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ View the linked [security advisory](https://github.com/ipfs/go-ipfs/security/adv
2929
- Remove support for `ForEach` enumeration from car-index-sorted
3030
- Use a fix code as the multihash code for `CarIndexSorted`
3131
- Fix testutil assertion logic and update index generation tests
32-
- fix: tighter constraint of singleWidthIndex width, add index recommentation docs
32+
- fix: tighter constraint of singleWidthIndex width, add index recommendation docs
3333
- fix: explicitly disable serialization of insertionindex
3434
- feat: MaxAllowed{Header,Section}Size option
3535
- feat: MaxAllowedSectionSize default to 32M
@@ -66,7 +66,7 @@ View the linked [security advisory](https://github.com/ipfs/go-ipfs/security/adv
6666
- Traversal-based car creation (#269) ([ipld/go-car#269](https://github.com/ipld/go-car/pull/269))
6767
- Seek to start before index generation in `ReadOnly` blockstore
6868
- support extraction of unixfs content stored in car files (#263) ([ipld/go-car#263](https://github.com/ipld/go-car/pull/263))
69-
- Add a barebones readme to the car CLI (#262) ([ipld/go-car#262](https://github.com/ipld/go-car/pull/262))
69+
- Add a bare bones readme to the car CLI (#262) ([ipld/go-car#262](https://github.com/ipld/go-car/pull/262))
7070
- sync: update CI config files (#261) ([ipld/go-car#261](https://github.com/ipld/go-car/pull/261))
7171
- fix!: use -version=n instead of -v1 for index command
7272
- feat: fix get-dag and add version=1 option
@@ -223,7 +223,7 @@ Future releases will [add support for dag-json and dag-cbor responses](https://g
223223
There are two ways for requesting CID specific response format:
224224
1. HTTP header: `Accept: application/vnd.ipld.{format}`
225225
- Examples: [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car), [application/vnd.ipld.raw](https://www.iana.org/assignments/media-types/application/vnd.ipld.raw)
226-
2. URL paramerer: `?format=`
226+
2. URL parameter: `?format=`
227227
- Useful for creating "Download CAR" links.
228228

229229
*Usage examples:*
@@ -629,7 +629,7 @@ The more fully featured yamux stream multiplexer is now prioritized over mplex f
629629
- fix: cannot call SetPrimaryCore after using a Tee logger ([ipfs/go-log#121](https://github.com/ipfs/go-log/pull/121))
630630
- Document environment variables ([ipfs/go-log#120](https://github.com/ipfs/go-log/pull/120))
631631
- sync: update CI config files (#119) ([ipfs/go-log#119](https://github.com/ipfs/go-log/pull/119))
632-
- Add WithStacktrace untility ([ipfs/go-log#118](https://github.com/ipfs/go-log/pull/118))
632+
- Add WithStacktrace utility ([ipfs/go-log#118](https://github.com/ipfs/go-log/pull/118))
633633
- In addition to StdOut/Err check the outfile for TTYness ([ipfs/go-log#117](https://github.com/ipfs/go-log/pull/117))
634634
- github.com/ipfs/go-merkledag (v0.5.1 -> v0.6.0):
635635
- v0.6.0
@@ -659,7 +659,7 @@ The more fully featured yamux stream multiplexer is now prioritized over mplex f
659659
- add AsLargeBytes support to unixfs files (#24) ([ipfs/go-unixfsnode#24](https://github.com/ipfs/go-unixfsnode/pull/24))
660660
- fix: add extra test to span the shard/no-shard boundary
661661
- fix: more Tsize fixes, fix HAMT and make it match go-unixfs output
662-
- fix: encode Tsize correctly everywhere (using wraped LinkSystem)
662+
- fix: encode Tsize correctly everywhere (using wrapped LinkSystem)
663663
- docs(version): tag 1.2.0
664664
- Update deps for ADL selectors ([ipfs/go-unixfsnode#20](https://github.com/ipfs/go-unixfsnode/pull/20))
665665
- add license (#17) ([ipfs/go-unixfsnode#17](https://github.com/ipfs/go-unixfsnode/pull/17))
@@ -951,7 +951,7 @@ The more fully featured yamux stream multiplexer is now prioritized over mplex f
951951
- disable the incoming streams limit (#49) ([libp2p/go-libp2p-yamux#49](https://github.com/libp2p/go-libp2p-yamux/pull/49))
952952
- Release v0.8.1 ([libp2p/go-libp2p-yamux#48](https://github.com/libp2p/go-libp2p-yamux/pull/48))
953953
- release v0.8.0 (#47) ([libp2p/go-libp2p-yamux#47](https://github.com/libp2p/go-libp2p-yamux/pull/47))
954-
- pass the PeerScope to yamux (satifiying its MemoryManger interface) (#46) ([libp2p/go-libp2p-yamux#46](https://github.com/libp2p/go-libp2p-yamux/pull/46))
954+
- pass the PeerScope to yamux ( satisfying its MemoryManger interface) (#46) ([libp2p/go-libp2p-yamux#46](https://github.com/libp2p/go-libp2p-yamux/pull/46))
955955
- release v0.7.0 (#43) ([libp2p/go-libp2p-yamux#43](https://github.com/libp2p/go-libp2p-yamux/pull/43))
956956
- sync: update CI config files (#42) ([libp2p/go-libp2p-yamux#42](https://github.com/libp2p/go-libp2p-yamux/pull/42))
957957
- reduce the number of max incoming stream to 256 ([libp2p/go-libp2p-yamux#41](https://github.com/libp2p/go-libp2p-yamux/pull/41))
@@ -973,7 +973,7 @@ The more fully featured yamux stream multiplexer is now prioritized over mplex f
973973
- multiplex: add (*Multiplex).CloseChan ([libp2p/go-mplex#89](https://github.com/libp2p/go-mplex/pull/89))
974974
- add a Go Reference badge to the README ([libp2p/go-mplex#88](https://github.com/libp2p/go-mplex/pull/88))
975975
- sync: update CI config files ([libp2p/go-mplex#85](https://github.com/libp2p/go-mplex/pull/85))
976-
- Fixup tests & vet ([libp2p/go-mplex#84](https://github.com/libp2p/go-mplex/pull/84))
976+
- Fix up tests & vet ([libp2p/go-mplex#84](https://github.com/libp2p/go-mplex/pull/84))
977977
- Bump lodash from 4.17.19 to 4.17.21 in /interop/js ([libp2p/go-mplex#83](https://github.com/libp2p/go-mplex/pull/83))
978978
- github.com/libp2p/go-msgio (v0.1.0 -> v0.2.0):
979979
- release v0.2.0 (#34) ([libp2p/go-msgio#34](https://github.com/libp2p/go-msgio/pull/34))

docs/changelogs/v0.15.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ http://127.0.0.1:8080
7575
- docs(add): skip binary name in helptext
7676
- docs(cli): clarify CID determinism in add command
7777
- docs(cli): clarify CAR format in dag export|import
78-
- test(gw): cors preflight with custom hearder
78+
- test(gw): cors preflight with custom header
7979
- feat: make corehttp a reusable component ([ipfs/kubo#9070](https://github.com/ipfs/kubo/pull/9070))
8080
- feat: go-libp2p v0.21 (rcmgr auto scaling) ([ipfs/kubo#9074](https://github.com/ipfs/kubo/pull/9074))
8181
- ([ipfs/kubo#9024](https://github.com/ipfs/kubo/pull/9024))
@@ -90,7 +90,7 @@ http://127.0.0.1:8080
9090
- feat: add $IPFS_PATH/gateway file
9191
- docs: replace `docs.ipfs.io` with `docs.ipfs.tech` (#9158) ([ipfs/kubo#9158](https://github.com/ipfs/kubo/pull/9158))
9292
- chore: fix markdown link syntax typo for AutoNAT.ServiceMode
93-
- chore: bump go-blockservice to only do put onces
93+
- chore: bump go-blockservice to only do put once
9494
- docs: update Arch Linux installation instructions
9595
- chore: update kubo-as-a-library example
9696
- docs(readme): add maintainer info (#9141) ([ipfs/kubo#9141](https://github.com/ipfs/kubo/pull/9141))
@@ -212,9 +212,9 @@ http://127.0.0.1:8080
212212
- Add package docs ([libp2p/go-libp2p-resource-manager#75](https://github.com/libp2p/go-libp2p-resource-manager/pull/75))
213213
- chore: Release v0.5.2 ([libp2p/go-libp2p-resource-manager#74](https://github.com/libp2p/go-libp2p-resource-manager/pull/74))
214214
- Record which direction the resource was blocked ([libp2p/go-libp2p-resource-manager#72](https://github.com/libp2p/go-libp2p-resource-manager/pull/72))
215-
- Simplify mem graphs in stock grafana dashboard ([libp2p/go-libp2p-resource-manager#73](https://github.com/libp2p/go-libp2p-resource-manager/pull/73))
216-
- feat: Handle multiple instances in stock grafana dashboard ([libp2p/go-libp2p-resource-manager#70](https://github.com/libp2p/go-libp2p-resource-manager/pull/70))
217-
- Use templated version of grafana dashboard json ([libp2p/go-libp2p-resource-manager#69](https://github.com/libp2p/go-libp2p-resource-manager/pull/69))
215+
- Simplify mem graphs in stock Grafana dashboard ([libp2p/go-libp2p-resource-manager#73](https://github.com/libp2p/go-libp2p-resource-manager/pull/73))
216+
- feat: Handle multiple instances in stock Grafana dashboard ([libp2p/go-libp2p-resource-manager#70](https://github.com/libp2p/go-libp2p-resource-manager/pull/70))
217+
- Use templated version of Grafana dashboard json ([libp2p/go-libp2p-resource-manager#69](https://github.com/libp2p/go-libp2p-resource-manager/pull/69))
218218
- Release v0.5.1 ([libp2p/go-libp2p-resource-manager#66](https://github.com/libp2p/go-libp2p-resource-manager/pull/66))
219219
- Implement `json.Marshaler` interface for LimitConfig ([libp2p/go-libp2p-resource-manager#67](https://github.com/libp2p/go-libp2p-resource-manager/pull/67))
220220
- Don't wait for a chan that will never close ([libp2p/go-libp2p-resource-manager#65](https://github.com/libp2p/go-libp2p-resource-manager/pull/65))
@@ -249,7 +249,7 @@ http://127.0.0.1:8080
249249
- remove Travis package (#57) ([libp2p/go-libp2p-testing#57](https://github.com/libp2p/go-libp2p-testing/pull/57))
250250
- github.com/lucas-clemente/quic-go (v0.27.1 -> v0.28.0):
251251
- update for Go 1.19beta1 (#3460) ([lucas-clemente/quic-go#3460](https://github.com/lucas-clemente/quic-go/pull/3460))
252-
- dedupe Alt-Svc header values (#3461) ([lucas-clemente/quic-go#3461](https://github.com/lucas-clemente/quic-go/pull/3461))
252+
- Deduplicate Alt-Svc header values (#3461) ([lucas-clemente/quic-go#3461](https://github.com/lucas-clemente/quic-go/pull/3461))
253253
- only set DF for sockets that can handle it (#3448) ([lucas-clemente/quic-go#3448](https://github.com/lucas-clemente/quic-go/pull/3448))
254254
- fix flaky HTTP/3 request body test (#3447) ([lucas-clemente/quic-go#3447](https://github.com/lucas-clemente/quic-go/pull/3447))
255255
- make the keep alive interval configurable (#3444) ([lucas-clemente/quic-go#3444](https://github.com/lucas-clemente/quic-go/pull/3444))

docs/changelogs/v0.17.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and [Swarm.ResourceMgr.MaxFileDescriptors](https://github.com/ipfs/go-ipfs/blob/
4040
See [Swarm.ResourceMgr](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmresourcemgr) for
4141
1. what limits are set by default,
4242
2. example override configuration,
43-
3. how to access prometheus metrics and view grafana dashboards of resource usage, and
43+
3. how to access Prometheus metrics and view Grafana dashboards of resource usage, and
4444
4. how to set explicit "allow lists" to protect against eclipse attacks.
4545

4646
#### Implicit connection manager limits

docs/changelogs/v0.18.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Learn more in the [`Routing` docs](https://github.com/ipfs/kubo/blob/master/docs
134134
Default `Reprovider.Interval` changed from 12h to 22h to match new defaults for the Provider Record Expiration (48h) in [go-libp2p-kad-dht v0.20.0](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.20.0).
135135

136136
The rationale for increasing this can be found in
137-
[RFM 17: Provider Record Livenes Report](https://github.com/protocol/network-measurements/blob/master/results/rfm17-provider-record-liveness.md),
137+
[RFM 17: Provider Record Liveness Report](https://github.com/protocol/network-measurements/blob/master/results/rfm17-provider-record-liveness.md),
138138
[kubo#9326](https://github.com/ipfs/kubo/pull/9326),
139139
and the upstream DHT specifications at [libp2p/specs#451](https://github.com/libp2p/specs/pull/451).
140140

@@ -285,7 +285,7 @@ go-libp2p do supports listening with both QUIC versions on one single listener.
285285
WebTransport has only supported QUICv1.
286286
`/webtransport` now needs to be prefixed by a `/quic-v1` component instead of a `/quic` component.
287287

288-
Support for QUIC Draft-29 will be removed at some point in 2023 ([tracking issue](https://github.com/ipfs/kubo/issues/9496)). As a result, new deployements should use `/quic-v1` instead of `/quic`.
288+
Support for QUIC Draft-29 will be removed at some point in 2023 ([tracking issue](https://github.com/ipfs/kubo/issues/9496)). As a result, new deployments should use `/quic-v1` instead of `/quic`.
289289

290290
##### QUICv1 and WebTransport config migration
291291
To support QUICv1 and WebTransport by default a new config migration (`v13`) is run which automatically adds entries in addresses-related fields:

0 commit comments

Comments
 (0)