chore: fix spelling errors (#19957)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
This commit is contained in:
Cosmos SDK
2024-04-04 16:15:33 +00:00
committed by GitHub
co-authored by github-merge-queue
parent 15ad85d4e4
commit 558c950a98
+1 -1
View File
@@ -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 {