Skip to content

Commit

Permalink
chore: fix spelling errors (#19957)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
Cosmos SDK and github-merge-queue[bot] authored Apr 4, 2024
1 parent 15ad85d commit 558c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/epochs/keeper/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (k Keeper) BeginBlocker(ctx context.Context) error {
}
err = k.EpochInfo.Set(ctx, epochInfo.Identifier, epochInfo)
if err != nil {
logger.Error(fmt.Sprintf("Error set epoch infor with identifier %s epoch number %d", epochInfo.Identifier, epochInfo.CurrentEpoch))
logger.Error(fmt.Sprintf("Error set epoch info with identifier %s epoch number %d", epochInfo.Identifier, epochInfo.CurrentEpoch))
return false, nil
}
if err := k.environment.BranchService.Execute(ctx, func(ctx context.Context) error {
Expand Down

0 comments on commit 558c950

Please sign in to comment.