Skip to content

Commit

Permalink
chore: fix grammar issues found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Sep 5, 2024
1 parent a3dfd14 commit 7677cca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

## Our Standards

Expand Down
2 changes: 1 addition & 1 deletion docs/envOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- `CONTAINER_LOG_TAIL`: Specifies the number of lines to display from container logs. Defaults to 50 lines.

- `ICTEST_CONFIGURED_CHAINS`: override the default configuredChains.yaml embeded config.
- `ICTEST_CONFIGURED_CHAINS`: override the default configuredChains.yaml embedded config.

- `ICTEST_DEBUG`: extra debugging information for test execution.

Expand Down
4 changes: 2 additions & 2 deletions examples/penumbra/penumbra_ibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestPenumbraToPenumbraIBC(t *testing.T) {
func() {
err := r.StopRelayer(ctx, eRep)
if err != nil {
panic(fmt.Errorf("an error occured while stopping the relayer: %s", err))
panic(fmt.Errorf("an error occurred while stopping the relayer: %s", err))
}
},
)
Expand Down Expand Up @@ -373,7 +373,7 @@ func TestPenumbraToCosmosIBC(t *testing.T) {
func() {
err := r.StopRelayer(ctx, eRep)
if err != nil {
panic(fmt.Errorf("an error occured while stopping the relayer: %s", err))
panic(fmt.Errorf("an error occurred while stopping the relayer: %s", err))
}
},
)
Expand Down
2 changes: 1 addition & 1 deletion examples/thorchain/contracts/lib/forge-std/src/Vm.sol

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion local-interchain/interchain/handlers/chain_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
)

// If the chain_registry.json file is found within the current running directory, show it as an enpoint.
// If the chain_registry.json file is found within the current running directory, show it as an endpoint.
// Used in: spawn

type chainRegistry struct {
Expand Down

0 comments on commit 7677cca

Please sign in to comment.