chore: fix spelling errors (backport #21478) (#21479)

Co-authored-by: Cosmos SDK <113218068+github-prbot@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-08-30 12:43:05 +00:00 committed by GitHub
parent 31b4c2e26b
commit f6a91e90fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
// v2 contains logic and CLI used for genutil by server/v2 / runtime/v2 applications.
// It contains the AppExporter struct which is used when exporting the application state.
// Additionnaly it holds the a custom Export command specific to the v2 application.
// Additionally it holds the a custom Export command specific to the v2 application.
// The rest of the CLI commands are the same as the ones in the genutil module.
package v2