From f6a91e90febb7ada730efac1a261ada25e18551d Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:43:05 +0000 Subject: [PATCH] chore: fix spelling errors (backport #21478) (#21479) Co-authored-by: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> --- x/genutil/v2/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/genutil/v2/doc.go b/x/genutil/v2/doc.go index 217158d639..93ae66285c 100644 --- a/x/genutil/v2/doc.go +++ b/x/genutil/v2/doc.go @@ -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