From 7fa04b5f6728c0af52292170b2b1226570c1a164 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:18:39 +0200 Subject: [PATCH] chore: fix spelling errors (#2231) chore: spelling errors fixes Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- x/ccv/provider/keeper/consumer_lifecycle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/provider/keeper/consumer_lifecycle.go b/x/ccv/provider/keeper/consumer_lifecycle.go index 0ef87a4b41..da1fa29e02 100644 --- a/x/ccv/provider/keeper/consumer_lifecycle.go +++ b/x/ccv/provider/keeper/consumer_lifecycle.go @@ -37,7 +37,7 @@ func (k Keeper) PrepareConsumerForLaunch(ctx sdk.Context, consumerId string, pre } // InitializeConsumer tries to move a consumer with `consumerId` to the initialized phase. -// If successfull, it returns the spawn time and true. +// If successful, it returns the spawn time and true. func (k Keeper) InitializeConsumer(ctx sdk.Context, consumerId string) (time.Time, bool) { // a chain needs to be in the registered or initialized phase phase := k.GetConsumerPhase(ctx, consumerId)