Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jul 5, 2023
1 parent 4ebbb96 commit e3c36f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ipips/ipip-0402.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Terse rationale for each feature:

- Trustless HTTP Clients will be able to fetch a CAR with a file, byte range,
or a directory enumeration using a way lower number of HTTP requests, which
will translate to improved resouce utilization, longer battery time on
will translate to improved resource utilization, longer battery time on
mobile, and lower latency due to lower number of round trips.

- CAR files downloaded from HTTP Gateways will always be end-to-end verifiable.
Expand All @@ -104,7 +104,7 @@ Terse rationale for each feature:
- [HTTP retrieval in Boost](https://boost.filecoin.io/http-retrieval)
- [bifrost-gateway](https://github.com/ipfs/bifrost-gateway)

- Trustless Gateway is solidifed as the ecosystem wide standard.
- Trustless Gateway is solidified as the ecosystem wide standard.

- IPIP tests added to
[gateway-conformance](https://github.com/ipfs/gateway-conformance) test
Expand All @@ -113,7 +113,7 @@ Terse rationale for each feature:

- End users are empowered with primitives and tools that reduce retrieval
cost, encourage self-hosting, or make validation of conformance claims of
free or comercial gateways possible.
free or commercial gateways possible.

### Compatibility

Expand Down Expand Up @@ -174,7 +174,7 @@ Due to this, gateway specification changes introduced in this IPIP clarify that:
- The CAR `roots` behavior is out of scope and flags that clients MAY ignore it.
- CAR determinism is not present by default, responses may differ across
requests and gateways.
- Opt-in determinism is possible, but standarized signaling mechanism does not
- Opt-in determinism is possible, but standardized signaling mechanism does not
exist until we have IPIP-412 or similar.

### Security
Expand Down Expand Up @@ -213,7 +213,7 @@ knows it has child entity named `index.html`, and everyone would pay a lower cos
to lower number of blocks being returned in a single round-trip, instead of two.

Rhea/Saturn projects requested this to be out of scope for now, but this "web"
entity scope could be added in the future, as a follow-up optimiziation IPIP.
entity scope could be added in the future, as a follow-up optimization IPIP.

#### Requesting specific DAG depth

Expand All @@ -234,7 +234,7 @@ Relevant tests were added to
[gateway-conformance](https://github.com/ipfs/gateway-conformance) test suite
in [#56](https://github.com/ipfs/gateway-conformance/pull/56) and
[#85](https://github.com/ipfs/gateway-conformance/issues/85).
Detailed list of compliance checks for `dag-scope` and `entity-bytes` can be found in
A detailed list of compliance checks for `dag-scope` and `entity-bytes` can be found in
[`v0.2.0/trustless_gateway_car_test.go`](https://github.com/ipfs/gateway-conformance/blob/v0.2.0/tests/trustless_gateway_car_test.go) or later.

Below are CIDs, CARs, and short summary of each fixture.
Expand Down

0 comments on commit e3c36f3

Please sign in to comment.