Skip to content

Commit

Permalink
fix: typo (#4140)
Browse files Browse the repository at this point in the history
# Pull Request: Fix Typo in simapp.go

## Description of changes
This pull request fixes a typo in the comment in the
`test/pfm/simapp.go` file. The word "shoult" was corrected to "should".

### Changes:
- Fixed the typo in the comment from "shoult" to "should".

## Task
No related task; just a typo fix in the comments.

## How to test
1. Review the changes in the `simapp.go` file.
2. Ensure the typo in the comment has been corrected to "should".

## Additional Information
- The typo was in the comment on line 115.
  • Loading branch information
teenager-ETH authored Dec 19, 2024
1 parent 2e28bdd commit a9dd12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pfm/simapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type App interface {
Name() string

// The application types codec.
// NOTE: This shoult be sealed before being returned.
// NOTE: This should be sealed before being returned.
LegacyAmino() *codec.LegacyAmino

// Application updates every begin block.
Expand Down

0 comments on commit a9dd12c

Please sign in to comment.