From 092655312f097fc89831d6640d36ce6064815889 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:34:50 +0200 Subject: [PATCH] chore: fix spelling errors (#21478) Co-authored-by: github-merge-queue <118344674+github-merge-queue@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