Skip to content

Commit bfd6f7e

Browse files
authored
chore: fix minor typos in comments and docs (#7201)
fix minor typos in the share documentation and code comments <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/celestiaorg/celestia-app/pull/7201" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open in Devin Review"> </picture> </a> <!-- devin-review-badge-end -->
1 parent df7e080 commit bfd6f7e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

specs/src/fibre_encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Fibre DA scheme does not store Fibre blob data in the original data square.
66

77
1. Similar to `MsgPayForBlobs`, txs that contain a `MsgPayForFibre` are included in their own reserved namespace. The `PAY_FOR_FIBRE_NAMESPACE` is `0x0000000000000000000000000000000000000000000000000000000005`. Txs with this namespace are encoded as [transaction shares](https://celestiaorg.github.io/celestia-app/shares.html#transaction-shares).
88
2. A system-level blob is generated by the state machine for each Fibre blob. It conforms to share version 2 which differs from [share version 1](https://celestiaorg.github.io/celestia-app/shares.html#share-version-1) in that it includes the Fibre `fibre_blob_version` and the Fibre commitment:
9-
- namespace verison: 0
9+
- namespace version: 0
1010
- namespace: the namespace specified in the `MsgPayForFibre`
1111
- share version: 2
1212
- sequence start indicator: 1

test/docker-e2e/e2e_hyperlane_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func (s *HyperlaneTestSuite) TestHyperlaneForwarding() {
240240

241241
forwardingService := s.ConfigureForwardRelayer(ctx, chain)
242242

243-
// Compute the forwarding address on celestia for recipient on reth1 destintation chain
243+
// Compute the forwarding address on celestia for recipient on reth1 destination chain
244244
destDomain := s.GetDomainForChain(ctx, reth1.HyperlaneChainName(), hyp)
245245
destRecipient := "0x0000000000000000000000004A60C46F671A3B86D78E9C0B793235C2D502D44E"
246246
forwardAddress := s.QueryForwardingAddress(ctx, chain, config.TokenID.String(), destDomain, destRecipient)

x/zkism/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
// MaxPaginationLimit is the maximum number of items returned in a paginated query.
2020
MaxPaginationLimit = 100
2121

22-
// MinStateBytes is the minimumm size of the trusted ism state (32 bytes).
22+
// MinStateBytes is the minimum size of the trusted ism state (32 bytes).
2323
MinStateBytes = 32
2424

2525
// MaxStateBytes is the maximum size of the trusted ism state (2 KiB = 2048 bytes).

0 commit comments

Comments
 (0)