Skip to content

Commit

Permalink
chore: fix spelling errors (backport #1579) (#1580)
Browse files Browse the repository at this point in the history
chore: fix spelling errors (#1579)

chore: spelling errors fixes

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
(cherry picked from commit eed7627)

Co-authored-by: Cosmos SDK <113218068+github-prbot@users.noreply.github.com>
Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 22, 2024
1 parent d463df7 commit 30e253d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Upgrading a consumer from `v3.2.0` to `v4.0.0` will not require state migration,
In addition, the following migration needs to be added to the upgrade handler of the consumer chain:
```golang
func migrateICSOutstandingDowntime(ctx sdk.Context, keepers *upgrades.UpgradeKeepers) error {
ctx.Logger().Info("Migrating ICS oustanding downtime...")
ctx.Logger().Info("Migrating ICS outstanding downtime...")

downtimes := keepers.ConsumerKeeper.GetAllOutstandingDowntimes(ctx)
for _, od := range downtimes {
Expand All @@ -30,7 +30,7 @@ func migrateICSOutstandingDowntime(ctx sdk.Context, keepers *upgrades.UpgradeKee
keepers.ConsumerKeeper.DeleteOutstandingDowntime(ctx, consAddr)
}

ctx.Logger().Info("Finished ICS oustanding downtime")
ctx.Logger().Info("Finished ICS outstanding downtime")

return nil
}
Expand Down

0 comments on commit 30e253d

Please sign in to comment.