Skip to content

Commit 249ab29

Browse files
authoredDec 10, 2023
fix: typos (osmosis-labs#7049)
1 parent e934cee commit 249ab29

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ tests/e2e/scripts/*.wasm
238238
blocks.db
239239
**/blocks.db*
240240

241-
# Ignore e2e test artifacts (which clould leak information if commited)
241+
# Ignore e2e test artifacts (which clould leak information if committed)
242242
.ash_history
243243
.bash_history
244244

‎cosmwasm/contracts/crosschain-swaps/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -563,17 +563,17 @@ sequenceDiagram
563563
actor Alice
564564
actor Alice
565565
Alice->>ChainA: Send Transfer M1
566-
Note over ChainA,Relayer: Block commited.
566+
Note over ChainA,Relayer: Block committed.
567567
Relayer-->>ChainB: Relay M1
568568
critical Execute Contract
569569
ChainB->>ChainB: Swap tokens
570570
ChainB->>ChainB: Send IBC tx M2
571571
end
572-
Note over ChainB,Relayer: Block commited.
572+
Note over ChainB,Relayer: Block committed.
573573
Relayer-->>ChainA: Ack M1
574574
Relayer-->>ChainA: Relay M2
575575
ChainA->>Alice: Send Swapped Tokens
576-
Note over ChainA,Relayer: Block commited.
576+
Note over ChainA,Relayer: Block committed.
577577
Relayer-->>ChainB: Ack M2
578578
```
579579

‎ingest/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ This is a package that is responsible for ingesting end-of-block data into vario
44
sinks. It is designed to be extensible. A user can add a new sink by implementing
55
an `Ingester` interface and then calling `RegisterIngester` in `app.go`.
66

7-
Note that to avoid causing a chain halt, any error or panic occuring during ingestion
7+
Note that to avoid causing a chain halt, any error or panic occurring during ingestion
88
is logged and silently ignored.

‎networks/osmosis-1/upgrades/v4/cosmovisor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Cosmovisor requires some ENVIRONMENT VARIABLES be set in order to
3636
function properly. We recommend setting these in your `.profile` so it
3737
is automatically set in every session.
3838

39-
For validators we recommmend setting
39+
For validators we recommend setting
4040

4141
- `DAEMON_ALLOW_DOWNLOAD_BINARIES=false` for security reasons
4242
- `DAEMON_LOG_BUFFER_SIZE=512` to avoid a bug with extra long log

‎networks/osmosis-1/upgrades/v5/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Cosmovisor requires some ENVIRONMENT VARIABLES be set in order to
6868
function properly. We recommend setting these in your `.profile` so it
6969
is automatically set in every session.
7070

71-
For validators we recommmend setting
71+
For validators we recommend setting
7272

7373
- `DAEMON_ALLOW_DOWNLOAD_BINARIES=false` for security reasons
7474
- `DAEMON_LOG_BUFFER_SIZE=512` to avoid a bug with extra long log

‎networks/osmosis-1/upgrades/v7/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Cosmovisor requires some ENVIRONMENT VARIABLES be set in order to
6161
function properly. We recommend setting these in your `.profile` so it
6262
is automatically set in every session.
6363

64-
For validators we recommmend setting
64+
For validators we recommend setting
6565

6666
- `DAEMON_ALLOW_DOWNLOAD_BINARIES=false` for security reasons
6767
- `DAEMON_LOG_BUFFER_SIZE=512` to avoid a bug with extra long log

0 commit comments

Comments
 (0)
Please sign in to comment.