Skip to content

Commit

Permalink
chore: fix spelling errors (#2231)
Browse files Browse the repository at this point in the history
chore: spelling errors fixes

Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
Cosmos SDK and github-merge-queue[bot] committed Sep 6, 2024
1 parent 25eb3df commit 7fa04b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/consumer_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7fa04b5

Please sign in to comment.