Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Fix Typo in `simapp.go` ## Description This pull request fixes a typo in the `simapp.go` file. Specifically, the word "addreses" was corrected to "addresses" in a comment. ### Changes Made - Fixed a typo in the comment within the `ModuleAccountAddrs` method documentation: - Changed: ``` // All the registered module account addreses. ``` to: ``` // All the registered module account addresses. ``` ## Rationale Ensuring comments are clear and free from typographical errors enhances the readability and professionalism of the codebase. ## Checklist - [x] Followed the contributing guidelines. - [x] Made only the necessary changes. - [x] Comments remain clear and concise. ## Notes Please let me know if any additional changes or improvements are required.
- Loading branch information